Skip to content

Commit

Permalink
lowercase addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Feb 13, 2024
1 parent c3871d8 commit b49d7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/network/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,13 +350,13 @@ export const data: NetworkData = {
isIbYield: true,
},
sDOLA: {
tokenAddress: '0xb45ad160634c528Cc3D2926d9807104FA3157305',
tokenAddress: '0xb45ad160634c528cc3d2926d9807104fa3157305',
sourceUrl: 'https://www.inverse.finance/api/dola-staking',
path: 'apr',
isIbYield: true,
},
rswETH: {
tokenAddress: '0xFAe103DC9cf190eD75350761e95403b7b8aFa6c0',
tokenAddress: '0xfae103dc9cf190ed75350761e95403b7b8afa6c0',
sourceUrl: 'https://v3-lrt.svc.swellnetwork.io/api/tokens/rsweth/apr',
isIbYield: true,
},
Expand Down

0 comments on commit b49d7f1

Please sign in to comment.