Skip to content

Commit

Permalink
adding rocket eth apr
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Sep 6, 2023
1 parent c511a9b commit 57099bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion modules/network/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,18 @@ export const mainnetNetworkData: NetworkData = {
path: 'sfrxethApr',
isIbYield: true,
},
rETH: {
StaFirETH: {
tokenAddress: '0x9559aaa82d9649c7a7b220e7c461d2e74c9a3593',
sourceUrl: 'https://drop-api.stafi.io/reth/v1/poolData',
path: 'data.stakeApr',
isIbYield: true,
},
rETH: {
tokenAddress: '0xae78736cd615f374d3085123a210448e74fc6393',
sourceUrl: 'https://rocketpool.net/api/mainnet/payload',
path: 'rethAPR',
isIbYield: true,
},
USDR: {
tokenAddress: '0xaf0d9d65fc54de245cda37af3d18cbec860a4d4b',
sourceUrl: 'http://usdr-api.us-east-1.elasticbeanstalk.com/usdr/apy',
Expand Down
4 changes: 2 additions & 2 deletions modules/network/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ const optimismNetworkData: NetworkData = {
},
rETH: {
tokenAddress: '0x9bcef72be871e61ed4fbbc7630889bee758eb81d',
sourceUrl: 'https://drop-api.stafi.io/reth/v1/poolData',
path: 'data.stakeApr',
sourceUrl: 'https://rocketpool.net/api/mainnet/payload',
path: 'rethAPR',
isIbYield: true,
},
overnightDAIPlus: {
Expand Down

0 comments on commit 57099bf

Please sign in to comment.