From 5a581cc86ad785f398848d12f4b9812a49e49a7a Mon Sep 17 00:00:00 2001 From: RandomApe Date: Fri, 12 Jul 2024 13:41:07 -0300 Subject: [PATCH] chore: changed BRZ to external liq --- config/jungleFarms.json | 10 ++++++++-- config/pools.json | 5 ++++- config/tokens.json | 5 ++++- src/constants/tokens.ts | 3 +++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/config/jungleFarms.json b/config/jungleFarms.json index 648584bd..546ded8b 100644 --- a/config/jungleFarms.json +++ b/config/jungleFarms.json @@ -810,7 +810,10 @@ "decimals": { "56": 4 }, - "active": true + "active": true, + "liquidityDex": { + "56": "External" + } }, "lpTokens": { "token": { @@ -821,7 +824,10 @@ "decimals": { "56": 4 }, - "active": true + "active": true, + "liquidityDex": { + "56": "External" + } }, "quoteToken": { "symbol": "BUSD", diff --git a/config/pools.json b/config/pools.json index 0b161995..f6e8de8b 100644 --- a/config/pools.json +++ b/config/pools.json @@ -2760,7 +2760,10 @@ "decimals": { "56": 4 }, - "active": true + "active": true, + "liquidityDex": { + "56": "External" + } }, "contractAddress": { "56": "0xdffcb3f3a64b8c7d722b33d098349417136585f8", diff --git a/config/tokens.json b/config/tokens.json index 558351d8..2dea5a19 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -2450,7 +2450,10 @@ "decimals": { "56": 4 }, - "active": true + "active": true, + "liquidityDex": { + "56": "External" + } }, "chrp": { "symbol": "CHRP", diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 9c34606d..53c1eefa 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -2491,6 +2491,9 @@ const tokens: Record = { [ChainId.BSC]: 4, }, active: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.External, + }, }, chrp: { symbol: 'CHRP',