Skip to content

Commit

Permalink
Add Pendle rsETH, agETH
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-monk committed Aug 21, 2024
1 parent 7c7b20c commit ffcafcd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/address-book/src/address-book/ethereum/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,21 @@ export const tokens = {
bridge: 'native',
risks: ['NO_TIMELOCK'],
},
agETH: {
chainId: 1,
address: '0xe1B4d34E8754600962Cd944B535180Bd758E6c2e',
decimals: 18,
name: 'Kelp Gain',
symbol: 'agETH',
oracleId: 'agETH',
logoURI: '',
website: 'https://kelpdao.xyz/gain/airdrop-gain/',
documentation: 'https://kelp.gitbook.io/kelp/kelp-gain',
description:
'The Kelp Airdrop Gain vault is designed to maximize airdrops through a dual strategy: Earning Layer 2 (L2) airdrops and accessing mainnet DeFi opportunities. The vault takes rsETH and other ETH assets as deposit and deploys these tokens to various yield and points farm (Linea, Scroll, Karak, Eigenlayer, etc). agETH is used as the receipt token for this vault.',
bridge: 'native',
risks: ['NO_TIMELOCK'],
},
ZRO: {
name: 'LayerZero',
symbol: 'ZRO',
Expand Down
18 changes: 18 additions & 0 deletions src/data/ethereum/pendlePools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"name": "pendle-rseth-26dec24",
"address": "0x84a50177a84dad50fdbf665dfbfb39914b52dff2",
"oracle": "tokens",
"oracleId": "ETH",
"decimals": "1e18",
"chainId": 1,
"beefyFee": 0.095
},
{
"name": "pendle-ageth-26dec24",
"address": "0x6010676bc2534652ad1ef5fa8073dcf9ad7ebfbe",
"oracle": "tokens",
"oracleId": "ETH",
"decimals": "1e18",
"chainId": 1,
"beefyFee": 0.095
},
{
"name": "pendle-weeths-26dec24",
"address": "0x40789e8536c668c6a249af61c81b9dfac3eb8f32",
Expand Down

0 comments on commit ffcafcd

Please sign in to comment.