Skip to content

Commit

Permalink
chore: updated SKO liquidity dex
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Apr 2, 2024
1 parent 8484d52 commit 958b6de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/launchProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"56": 18
},
"liquidityDex": {
"56": "External"
"56": "PancakeSwapV2"
},
"active": true
},
Expand Down Expand Up @@ -108,7 +108,7 @@
"56": 18
},
"liquidityDex": {
"56": "External"
"56": "PancakeSwapV2"
},
"active": true
},
Expand Down Expand Up @@ -168,7 +168,7 @@
"56": 18
},
"liquidityDex": {
"56": "External"
"56": "PancakeSwapV2"
},
"active": true
},
Expand Down Expand Up @@ -228,7 +228,7 @@
"56": 18
},
"liquidityDex": {
"56": "External"
"56": "PancakeSwapV2"
},
"active": true
},
Expand Down
2 changes: 1 addition & 1 deletion config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2468,7 +2468,7 @@
"56": 18
},
"liquidityDex": {
"56": "External"
"56": "PancakeSwapV2"
},
"active": true
},
Expand Down
2 changes: 1 addition & 1 deletion src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ const tokens: Record<string, Token> = {
},
decimals: { [ChainId.BSC]: 18 },
liquidityDex: {
[ChainId.BSC]: LiquidityDex.External,
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
active: true,
},
Expand Down

0 comments on commit 958b6de

Please sign in to comment.