Skip to content

Commit

Permalink
Merge pull request #84 from balancer/ezETH-APR-endpoint
Browse files Browse the repository at this point in the history
ezETH APR endpoint
  • Loading branch information
gmbronco authored Jan 27, 2024
2 parents 281cb2e + 7118f90 commit d7722dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/network/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,12 @@ const data: NetworkData = {
path: 'services.{serviceName == "eth"}.apy',
isIbYield: true,
},
ezETH: {
tokenAddress: '0xbf5495efe5db9ce00f80364c8b423567e58d2110',
sourceUrl: 'https://app.renzoprotocol.com/api/apr',
path: 'apr',
isIbYield: true,
},
},
},
beefy: {
Expand Down

0 comments on commit d7722dc

Please sign in to comment.