Skip to content

Commit

Permalink
chore: Update rewardWeth_Ichi liquidityDex
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 12, 2024
1 parent 15e8058 commit f8f7b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -6372,7 +6372,7 @@
"active": true,
"lpToken": true,
"liquidityDex": {
"8453": "Algebra"
"8453": "UniswapV3"
},
"getLpUrl": {
"8453": "https://app.ichi.org/vault/token/0x1986cc18d8ec757447254310d2604f85741aa732/"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6156,7 +6156,7 @@ const tokens: Record<string, Token> = {
active: true,
lpToken: true,
liquidityDex: {
[ChainId.BASE]: LiquidityDex.Algebra,
[ChainId.BASE]: LiquidityDex.UniswapV3,
},
getLpUrl: {
[ChainId.BASE]: 'https://app.ichi.org/vault/token/0x1986cc18d8ec757447254310d2604f85741aa732/',
Expand Down

0 comments on commit f8f7b7d

Please sign in to comment.