Skip to content

Commit

Permalink
liquity v1 update symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Feb 3, 2025
1 parent 43fe45a commit 09ba515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/liquity-v1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const main = async () => {
{
pool: TROVE_MANAGER_ADDRESS,
project: 'liquity-v1',
symbol: 'WETH',
symbol: 'ETH',
chain: 'ethereum',
apy: 0,
tvlUsd: (Number(troveEthTvl) / 1e18) * Number(troveType.price),
Expand Down

0 comments on commit 09ba515

Please sign in to comment.