Skip to content

Commit

Permalink
Add bsc PENDLE
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-monk committed Dec 10, 2024
1 parent 7d32ffb commit b74d571
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 26 deletions.
14 changes: 14 additions & 0 deletions packages/address-book/src/address-book/bsc/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,20 @@ export const tokens = {
bridge: 'chainlink-ccip',
risks: ['NO_TIMELOCK'],
},
PENDLE: {
name: 'Pendle',
symbol: 'PENDLE',
oracleId: 'PENDLE',
address: '0xb3Ed0A426155B79B898849803E3B36552f7ED507',
chainId: 56,
decimals: 18,
logoURI: '',
website: 'https://www.pendle.finance/',
description:
'Pendle is a permissionless yield-trading protocol where users can execute various yield-management strategies.',
documentation: 'https://docs.pendle.finance/home?utm_source=landing&utm_medium=landing',
bridge: 'wormhole',
},
FISH: {
name: 'SwapFish',
symbol: 'FISH',
Expand Down
26 changes: 0 additions & 26 deletions src/data/arbitrum/equilibriaPools.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,6 @@
}
]
},
{
"name": "equilibria-arb-eeth-26dec24",
"address": "0x6b92feb89ed16aa971b096e247fe234db4aaa262",
"eqbGauge": "0x68404945A6038fe38452e9594E8AF2F4f6591D93",
"oracle": "tokens",
"oracleId": "ETH",
"decimals": "1e18",
"chainId": 42161,
"beefyFee": 0.095,
"rewards": [
{
"token": "0x912CE59144191C1204E64559FE8253a0e49E6548",
"oracleId": "ARB"
}
]
},
{
"name": "equilibria-arb-unieth-26dec24",
"address": "0x279b44e48226d40ec389129061cb0b56c5c09e46",
Expand All @@ -73,16 +57,6 @@
}
]
},
{
"name": "equilibria-arb-usde-28nov24",
"address": "0x281fe15fd3e08a282f52d5cf09a4d13c3709e66d",
"eqbGauge": "0xA85c189E38F51d34bc797D097DF3e7cd283a84Cc",
"oracle": "tokens",
"oracleId": "USDe",
"decimals": "1e18",
"chainId": 42161,
"beefyFee": 0.095
},
{
"name": "equilibria-arb-seth",
"address": "0xACcd9A7cb5518326BeD715f90bD32CDf2fEc2D14",
Expand Down

0 comments on commit b74d571

Please sign in to comment.