From c9e601cd7d54ff57f05112cb83691e2ca1cdf9a5 Mon Sep 17 00:00:00 2001 From: Ape Fede Date: Mon, 11 Mar 2024 17:17:47 -0300 Subject: [PATCH] chore: set gpt liquidity dex to external --- config/tokens.json | 2 +- package.json | 2 +- src/constants/tokens.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/tokens.json b/config/tokens.json index e1b119d5..70511d73 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -2496,7 +2496,7 @@ "1": 18 }, "liquidityDex": { - "1": "UniswapV3" + "1": "External" }, "active": true }, diff --git a/package.json b/package.json index 6f6c31dc..97e4e5dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.8.77", + "version": "1.8.78", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index d34e8fda..d5bf49a5 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -2460,7 +2460,7 @@ const tokens: Record = { }, decimals: { [ChainId.MAINNET]: 18 }, liquidityDex: { - [ChainId.MAINNET]: LiquidityDex.UniswapV3, + [ChainId.MAINNET]: LiquidityDex.External, }, active: true, },