From 8310312b9ea8115a0549ec2cf93f9e7d42a3a2c6 Mon Sep 17 00:00:00 2001 From: n0mbr3al3at0r10 Date: Wed, 4 Oct 2023 16:06:44 -0300 Subject: [PATCH] chore: forced KOM to use v2 liq --- config/bills.json | 9 +++++++++ config/dualFarms.json | 6 ++++++ config/tokens.json | 6 ++++++ src/constants/tokens.ts | 6 ++++++ 4 files changed, 27 insertions(+) diff --git a/config/bills.json b/config/bills.json index 592a1c9c..c73a6be3 100644 --- a/config/bills.json +++ b/config/bills.json @@ -6880,6 +6880,9 @@ "decimals": { "137": 8 }, + "liquidityDex": { + "137": "ApeSwapV2" + }, "active": true }, "quoteToken": { @@ -6902,6 +6905,9 @@ "decimals": { "137": 18 }, + "liquidityDex": { + "137": "ApeSwapV2" + }, "active": true, "lpToken": true }, @@ -6913,6 +6919,9 @@ "decimals": { "137": 8 }, + "liquidityDex": { + "137": "ApeSwapV2" + }, "active": true }, "billNnftAddress": { diff --git a/config/dualFarms.json b/config/dualFarms.json index 9dba1b98..e0f7d903 100644 --- a/config/dualFarms.json +++ b/config/dualFarms.json @@ -890,6 +890,9 @@ "decimals": { "137": 8 }, + "liquidityDex": { + "137": "ApeSwapV2" + }, "active": true } }, @@ -920,6 +923,9 @@ "decimals": { "137": 8 }, + "liquidityDex": { + "137": "ApeSwapV2" + }, "active": true } } diff --git a/config/tokens.json b/config/tokens.json index b27c1e36..609576bc 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -1152,6 +1152,9 @@ "decimals": { "137": 8 }, + "liquidityDex": { + "137": "ApeSwapV2" + }, "active": true }, "lunr": { @@ -3306,6 +3309,9 @@ "decimals": { "137": 18 }, + "liquidityDex": { + "137": "ApeSwapV2" + }, "active": true, "lpToken": true }, diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 70568d28..58ad2022 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -1156,6 +1156,9 @@ const tokens: Record = { decimals: { [ChainId.MATIC]: 8, }, + liquidityDex: { + [ChainId.MATIC]: LiquidityDex.ApeSwapV2, + }, active: true, }, lunr: { @@ -3258,6 +3261,9 @@ const tokens: Record = { decimals: { [ChainId.MATIC]: 18, }, + liquidityDex: { + [ChainId.MATIC]: LiquidityDex.ApeSwapV2, + }, active: true, lpToken: true, },