Skip to content

Commit

Permalink
Mode-APRs
Browse files Browse the repository at this point in the history
Adds ezETH and msDAI APRs to Mode repo. Same as mainnet implementations.
  • Loading branch information
Zen-Maxi committed Sep 1, 2024
1 parent a429858 commit b8ee96c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config/mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,17 @@ export default <NetworkData>{
defaultYieldFeePercentage: '0.5',
},
},
ybAprConfig: {},
ybAprConfig: {
maker: {
sdai: '0x3f51c6c5927b88cdec4b61e2787f9bd0f5249138',
},
ezETH: {
tokenAddress: '0x2416092f143378750bb29b79ed961ab195cceea5',
sourceUrl: 'https://app.renzoprotocol.com/api/apr',
path: 'apr',
isIbYield: true,
},
},
multicall: '0xca11bde05977b3631167028862be2a173976ca11',
multicall3: '0xca11bde05977b3631167028862be2a173976ca11',
avgBlockSpeed: 2,
Expand Down

0 comments on commit b8ee96c

Please sign in to comment.