Skip to content

Commit

Permalink
Merge pull request #311 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: set gpt liquidity dex to external
  • Loading branch information
ape-fede authored Mar 11, 2024
2 parents 471bf73 + c9e601c commit 907e811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@
"1": 18
},
"liquidityDex": {
"1": "UniswapV3"
"1": "External"
},
"active": true
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2460,7 +2460,7 @@ const tokens: Record<string, Token> = {
},
decimals: { [ChainId.MAINNET]: 18 },
liquidityDex: {
[ChainId.MAINNET]: LiquidityDex.UniswapV3,
[ChainId.MAINNET]: LiquidityDex.External,
},
active: true,
},
Expand Down

0 comments on commit 907e811

Please sign in to comment.