Skip to content

Commit

Permalink
chore: add liquidity url for openETH
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Nov 20, 2023
1 parent 180569b commit 4087f53
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -10275,7 +10275,10 @@
"42161": 18
},
"active": true,
"lpToken": true
"lpToken": true,
"getLpUrl": {
"42161": "https://apeswap.finance/add-liquidity/ETH/0x58CB98A966F62aA6F2190eB3AA03132A0c3de3D5"
}
},
"earnToken": {
"symbol": "OPEN",
Expand Down Expand Up @@ -10432,7 +10435,10 @@
"42161": 18
},
"active": true,
"lpToken": true
"lpToken": true,
"getLpUrl": {
"42161": "https://apeswap.finance/add-liquidity/ETH/0x58CB98A966F62aA6F2190eB3AA03132A0c3de3D5"
}
},
"earnToken": {
"symbol": "OPEN",
Expand Down
5 changes: 4 additions & 1 deletion config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3443,6 +3443,9 @@
"42161": 18
},
"active": true,
"lpToken": true
"lpToken": true,
"getLpUrl": {
"42161": "https://apeswap.finance/add-liquidity/ETH/0x58CB98A966F62aA6F2190eB3AA03132A0c3de3D5"
}
}
}
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.5.50",
"version": "1.5.51",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
3 changes: 3 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3377,6 +3377,9 @@ const tokens: Record<string, Token> = {
decimals: { [ChainId.ARBITRUM]: 18 },
active: true,
lpToken: true,
getLpUrl: {
[ChainId.ARBITRUM]: 'https://apeswap.finance/add-liquidity/ETH/0x58CB98A966F62aA6F2190eB3AA03132A0c3de3D5',
},
},
}

Expand Down

0 comments on commit 4087f53

Please sign in to comment.