Skip to content

Commit

Permalink
feat: add bakerfi new base (w/morpho) apy yield (#1595)
Browse files Browse the repository at this point in the history
* chore: format code

* feat: add arbitrum apy yield

* feat: add bakerfi ethereum apy yield

* feat: add bakerfi new base (w/morpho) apy yield
  • Loading branch information
ickas authored Nov 10, 2024
1 parent 05123c6 commit d51d4b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/adaptors/bakerfi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ const vaults = [
underlyingTokens: ['0x4200000000000000000000000000000000000006'], // Array of underlying token addresses from a pool, eg here USDT address on ethereum
poolMeta: 'wstETH/ETH Recursive Staking', // A string value which can stand for any specif
},
{
id: 'cm2subkbi0000ihv5e7www0ic',
pool: `0x892022FE1431fdE03836725BBD0f0380e21E2095-base`.toLowerCase(),
chain: 'base',
contract: '0x892022FE1431fdE03836725BBD0f0380e21E2095',
project: 'bakerfi',
symbol: utils.formatSymbol('ETH'),
apyReward: 0, // APY from pool LM rewards in %,
rewardTokens: ['0x4200000000000000000000000000000000000006'], // Array of reward token addresses (you can omit this field if a pool doesn't have rewards)
underlyingTokens: ['0x4200000000000000000000000000000000000006'], // Array of underlying token addresses from a pool, eg here USDT address on ethereum
poolMeta: 'wstETH/ETH Recursive Staking', // A string value which can stand for any specif
},
{
id: 'cm1p7hcba0000125ua7hxn8m3',
pool: `0x4c6d58749126FEBb1D28E8B8FdE97DC3107996d3-arbitrum`.toLowerCase(),
Expand Down

0 comments on commit d51d4b8

Please sign in to comment.