Skip to content

Commit

Permalink
gains update symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Feb 20, 2023
1 parent 1b5d22e commit e7f33d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adaptors/gains-network/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const getApy = async () => {
chain,
project: 'gains-network',
pool: y.gDAI,
symbol: 'gDAI',
tvlUsd: Number(apr.vaultTvl)/1e18,
symbol: 'DAI',
tvlUsd: Number(apr.vaultTvl) / 1e18,
apyBase: utils.aprToApy(apr.vaultApr),
underlyingTokens: [y.dai],
},
Expand Down

0 comments on commit e7f33d3

Please sign in to comment.