diff --git a/config/bills.json b/config/bills.json index c64cf133..c810d062 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1842,6 +1842,7 @@ "liquidityDex": { "56": "Algebra" }, + "ichiUnderlyingDex": "Thena", "getLpUrl": { "56": "https://thena.fi/pools/0x87a4276eaed3b46cb77ec41d6f6b9fc98b159725" } diff --git a/config/tokens.json b/config/tokens.json index b7d4920e..e0585efa 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -5158,6 +5158,7 @@ "liquidityDex": { "56": "Algebra" }, + "ichiUnderlyingDex": "Thena", "getLpUrl": { "56": "https://thena.fi/pools/0x87a4276eaed3b46cb77ec41d6f6b9fc98b159725" } diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 4f920168..2097584f 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -5009,6 +5009,7 @@ const tokens: Record = { liquidityDex: { [ChainId.BSC]: LiquidityDex.Algebra, }, + ichiUnderlyingDex: IchiSupportedDex.Thena, getLpUrl: { [ChainId.BSC]: 'https://thena.fi/pools/0x87a4276eaed3b46cb77ec41d6f6b9fc98b159725', },