Skip to content

Commit

Permalink
glif update r2
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Jan 10, 2024
1 parent 9b3e236 commit 7544a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adaptors/glif/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const fetchApy = async () => {
pool: '0x43dAe5624445e7679D16a63211c5ff368681500c-filecoin',
chain: utils.formatChain('filecoin'),
project: 'glif',
symbol: utils.formatSymbol('GFIL'),
symbol: utils.formatSymbol('IFIL'),
tvlUsd: tvlFIL * filPrice,
apy: Number(apyData.apy),
poolMeta: 'Overcollateralized Filecoin staking pool',
poolMeta: 'GLIF',
};

return [filPool];
Expand Down

0 comments on commit 7544a7f

Please sign in to comment.