Skip to content

Commit

Permalink
Merge pull request #458 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
staging
  • Loading branch information
n0mbr3al3at0r10 authored Jul 12, 2024
2 parents 72f44a5 + 5a581cc commit a5556bc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
10 changes: 8 additions & 2 deletions config/jungleFarms.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,10 @@
"decimals": {
"56": 4
},
"active": true
"active": true,
"liquidityDex": {
"56": "External"
}
},
"lpTokens": {
"token": {
Expand All @@ -821,7 +824,10 @@
"decimals": {
"56": 4
},
"active": true
"active": true,
"liquidityDex": {
"56": "External"
}
},
"quoteToken": {
"symbol": "BUSD",
Expand Down
5 changes: 4 additions & 1 deletion config/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,10 @@
"decimals": {
"56": 4
},
"active": true
"active": true,
"liquidityDex": {
"56": "External"
}
},
"contractAddress": {
"56": "0xdffcb3f3a64b8c7d722b33d098349417136585f8",
Expand Down
5 changes: 4 additions & 1 deletion config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2450,7 +2450,10 @@
"decimals": {
"56": 4
},
"active": true
"active": true,
"liquidityDex": {
"56": "External"
}
},
"chrp": {
"symbol": "CHRP",
Expand Down
3 changes: 3 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2491,6 +2491,9 @@ const tokens: Record<string, Token> = {
[ChainId.BSC]: 4,
},
active: true,
liquidityDex: {
[ChainId.BSC]: LiquidityDex.External,
},
},
chrp: {
symbol: 'CHRP',
Expand Down

0 comments on commit a5556bc

Please sign in to comment.