Skip to content

Commit

Permalink
chore: Changes to inevm
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Mar 7, 2024
1 parent e0e672c commit ee2b19a
Show file tree
Hide file tree
Showing 8 changed files with 340 additions and 53 deletions.
303 changes: 303 additions & 0 deletions config/bills.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions config/dualFarms.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
}
},
Expand Down
12 changes: 12 additions & 0 deletions config/jungleFarms.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
}
},
Expand Down Expand Up @@ -544,6 +547,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"quoteToken": {
Expand Down Expand Up @@ -947,6 +953,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
}
},
Expand Down Expand Up @@ -1796,6 +1805,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"lpTokens": {
Expand Down
3 changes: 3 additions & 0 deletions config/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2959,6 +2959,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"contractAddress": {
Expand Down
29 changes: 3 additions & 26 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,6 @@
},
"active": true
},
"mockUSDT": {
"symbol": "mockUSDT",
"address": {
"2525": "0xA4259F9A8EB2E88ccc9C78bE1BeB27faF54bcc7D"
},
"decimals": {
"2525": 18
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"mockINJ": {
"symbol": "mockINJ",
"address": {
"2525": "0x4569348D39cc38F4d6a1180573Df73B7b03251d9"
},
"decimals": {
"2525": 18
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"MockERC20": {
"symbol": "MockERC20",
"address": {
Expand Down Expand Up @@ -973,6 +947,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"wsg": {
Expand Down
12 changes: 12 additions & 0 deletions config/zapInputTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"btc": {
Expand Down Expand Up @@ -166,6 +169,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"dai": {
Expand Down Expand Up @@ -308,6 +314,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
}
},
Expand Down Expand Up @@ -348,6 +357,9 @@
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"usdc": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ape.swap/apeswap-lists",
"version": "1.8.67",
"version": "1.8.68",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
29 changes: 3 additions & 26 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,6 @@ const tokens: Record<string, Token> = {
},
active: true,
},
mockUSDT: {
symbol: 'mockUSDT',
address: {
[ChainId.INEVM]: '0xA4259F9A8EB2E88ccc9C78bE1BeB27faF54bcc7D',
},
decimals: {
[ChainId.INEVM]: 18,
},
liquidityDex: {
[ChainId.INEVM]: LiquidityDex.External,
},
active: true,
},
mockINJ: {
symbol: 'mockINJ',
address: {
[ChainId.INEVM]: '0x4569348D39cc38F4d6a1180573Df73B7b03251d9',
},
decimals: {
[ChainId.INEVM]: 18,
},
liquidityDex: {
[ChainId.INEVM]: LiquidityDex.External,
},
active: true,
},
MockERC20: {
symbol: 'MockERC20',
address: {
Expand Down Expand Up @@ -978,6 +952,9 @@ const tokens: Record<string, Token> = {
[ChainId.ARBITRUM]: 6,
[ChainId.INEVM]: 6,
},
liquidityDex: {
[ChainId.INEVM]: LiquidityDex.External,
},
active: true,
},
wsg: {
Expand Down

0 comments on commit ee2b19a

Please sign in to comment.