Skip to content

Commit

Permalink
chore: Add DCB token
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Feb 8, 2024
1 parent fba8179 commit af35b9a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1742,6 +1742,26 @@
"telegramUrl": "https://t.me/Betfury"
}
},
{
"tokenSymbol": "DCB",
"tokenName": "Decubate Token",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DCB.png",
"tokenAddresses": [
{
"address": "0xeac9873291ddaca754ea5642114151f3035c67a2",
"chainId": "56"
}
],
"tags": [
"Launchpad"
],
"profileLinks": {
"siteUrl": "https://www.decubate.com/",
"twitterUrl": "https://twitter.com/decubate",
"discordUrl": "https://discord.com/invite/decubate",
"telegramUrl": "https://t.me/Decubateann"
}
},
{
"tokenSymbol": "OLE",
"tokenName": "OpenLeverage",
Expand Down
Binary file added logos/DCB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,19 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/Betfury',
},
},
{
tokenSymbol: 'DCB',
tokenName: 'Decubate Token',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DCB.png',
tokenAddresses: [{ address: '0xEAc9873291dDAcA754EA5642114151f3035c67A2', chainId: '56' }],
tags: ['Launchpad'],
profileLinks: {
siteUrl: 'https://www.decubate.com/',
twitterUrl: 'https://twitter.com/decubate',
discordUrl: 'https://discord.com/invite/decubate',
telegramUrl: 'https://t.me/Decubateann',
},
},
{
tokenSymbol: 'OLE',
tokenName: 'OpenLeverage',
Expand Down

0 comments on commit af35b9a

Please sign in to comment.