Skip to content

Commit

Permalink
fix: ETHx yield source
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Oct 3, 2023
1 parent 218345b commit 903ce47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export const mainnetNetworkData: NetworkData = {
isIbYield: true,
},
ETHx: {
tokenAddress: '0x0f7f961648ae6db43c75663ac7e5414eb79b5704',
tokenAddress: '0xa35b1b31ce002fbf2058d22f30f95d405200a15b',
sourceUrl: 'https://universe.staderlabs.com/eth/apy',
path: 'value',
isIbYield: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export class IbLinearAprHandlers {
'stMATIC',
'MATICX',
'wbETH',
'ETHx',
].map((token) => token.toLowerCase());

return [
Expand Down

0 comments on commit 903ce47

Please sign in to comment.