Skip to content

Commit

Permalink
chore: add thena underlying dex
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Nov 29, 2024
1 parent bdd86d3 commit 9f470ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1842,6 +1842,7 @@
"liquidityDex": {
"56": "Algebra"
},
"ichiUnderlyingDex": "Thena",
"getLpUrl": {
"56": "https://thena.fi/pools/0x87a4276eaed3b46cb77ec41d6f6b9fc98b159725"
}
Expand Down
1 change: 1 addition & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5158,6 +5158,7 @@
"liquidityDex": {
"56": "Algebra"
},
"ichiUnderlyingDex": "Thena",
"getLpUrl": {
"56": "https://thena.fi/pools/0x87a4276eaed3b46cb77ec41d6f6b9fc98b159725"
}
Expand Down
1 change: 1 addition & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5009,6 +5009,7 @@ const tokens: Record<string, Token> = {
liquidityDex: {
[ChainId.BSC]: LiquidityDex.Algebra,
},
ichiUnderlyingDex: IchiSupportedDex.Thena,
getLpUrl: {
[ChainId.BSC]: 'https://thena.fi/pools/0x87a4276eaed3b46cb77ec41d6f6b9fc98b159725',
},
Expand Down

0 comments on commit 9f470ce

Please sign in to comment.