Skip to content

Commit

Permalink
chore: Add DCB-BNB LP
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Feb 14, 2024
1 parent d288252 commit 0dc834d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,9 @@
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"nfty": {
Expand Down Expand Up @@ -3411,6 +3414,23 @@
"56": "https://pancakeswap.finance/v2/add/BNB/0x8A5d7FCD4c90421d21d30fCC4435948aC3618B2f"
}
},
"dcbBnb_PCS": {
"symbol": "DCB-BNB",
"address": {
"56": "0x83D5475BC3bFA08aC3D82ba54b4F86AFc5444398"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV2"
},
"getLpUrl": {
"56": "https://pancakeswap.finance/v2/add/BNB/0xEAc9873291dDAcA754EA5642114151f3035c67A2"
}
},
"brgBnb_PCS": {
"symbol": "BRG-BNB",
"address": {
Expand Down
18 changes: 18 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,9 @@ const tokens: Record<string, Token> = {
decimals: {
[ChainId.BSC]: 18,
},
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
active: true,
},
nfty: {
Expand Down Expand Up @@ -3371,6 +3374,21 @@ const tokens: Record<string, Token> = {
[ChainId.BSC]: 'https://pancakeswap.finance/v2/add/BNB/0x8A5d7FCD4c90421d21d30fCC4435948aC3618B2f',
},
},
dcbBnb_PCS: {
symbol: 'DCB-BNB',
address: {
[ChainId.BSC]: '0x83D5475BC3bFA08aC3D82ba54b4F86AFc5444398',
},
decimals: { [ChainId.BSC]: 18 },
active: true,
lpToken: true,
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
getLpUrl: {
[ChainId.BSC]: 'https://pancakeswap.finance/v2/add/BNB/0xEAc9873291dDAcA754EA5642114151f3035c67A2',
},
},
brgBnb_PCS: {
symbol: 'BRG-BNB',
address: {
Expand Down

0 comments on commit 0dc834d

Please sign in to comment.