Skip to content

Commit

Permalink
asymetrix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Dec 11, 2023
1 parent 64a55a8 commit 6cd9e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/asymetrix-protocol/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async function getApyData() {
chain: utils.formatChain('ethereum'),
project: 'asymetrix-protocol',
symbol: utils.formatSymbol('stETH'),
tvlUsd: await utils.getData('https://api.llama.fi/tvl/asymetrix-protocol/'),
tvlUsd: await utils.getData('https://api.llama.fi/tvl/asymetrix-protocol'),
apyReward: await getApy(),
rewardTokens: [asxContract.options.address], // [ASX]
underlyingTokens: ['0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84'], // [stETH]
Expand Down

0 comments on commit 6cd9e51

Please sign in to comment.