Skip to content

Commit

Permalink
Mode-APRs (#877)
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 authored Sep 2, 2024
1 parent 2f2866c commit 7f6a2bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/flat-queens-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': minor
---

adding maker and renzo APRs on Mode
14 changes: 13 additions & 1 deletion config/mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,19 @@ export default <NetworkData>{
defaultYieldFeePercentage: '0.5',
},
},
ybAprConfig: {},
ybAprConfig: {
maker: {
sdai: '0x3f51c6c5927b88cdec4b61e2787f9bd0f5249138',
},
defaultHandlers: {
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 7f6a2bf

Please sign in to comment.