Skip to content

Commit

Permalink
Fix hyUSD price
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Dec 5, 2024
1 parent 2a6ffd3 commit 33c9e96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utils/fetchConcentratedLiquidityTokenPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,14 @@ const tokens: Partial<Record<keyof typeof ChainId, ConcentratedLiquidityToken[]>
firstToken: 'ETH',
secondToken: 'CHAOS',
},
{
type: 'UniV3',
oracleId: 'hyUSD',
decimalDelta: 1,
pool: '0xDaBfC89ceeF22AD623F57ffe8165531153fE6591',
firstToken: 'eUSD',
secondToken: 'hyUSD',
},
],
zksync: [
{
Expand Down

0 comments on commit 33c9e96

Please sign in to comment.