Skip to content

Commit

Permalink
mainnet-rswETH-apr
Browse files Browse the repository at this point in the history
Adds rsweth apr, no path on endpoint
  • Loading branch information
Zen-Maxi committed Feb 13, 2024
1 parent f8db270 commit c3871d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/network/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,15 @@ export const data: NetworkData = {
},
sDOLA: {
tokenAddress: '0xb45ad160634c528Cc3D2926d9807104FA3157305',
sourceUrl: 'https://https://www.inverse.finance/api/dola-staking',
sourceUrl: 'https://www.inverse.finance/api/dola-staking',
path: 'apr',
isIbYield: true,
},
rswETH: {
tokenAddress: '0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0',
sourceUrl: 'https://v3-lrt.svc.swellnetwork.io/api/tokens/rsweth/apr',
isIbYield: true,
},
},
},
beefy: {
Expand Down

0 comments on commit c3871d8

Please sign in to comment.