Skip to content

Commit

Permalink
instadapp rename
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Jun 10, 2024
1 parent da44be4 commit ee36481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const getApy = async () => {
const pools = vaultData.map((item) => ({
pool: item.vault,
chain: utils.formatChain('ethereum'),
project: 'instadapp',
project: 'instadapp-lite',
symbol: item.token.symbol,
tvlUsd: Number(item.vaultTVLInAsset) * item.token.price,
apy: Number(item.apy.apyWithoutFee),
Expand Down

0 comments on commit ee36481

Please sign in to comment.