diff --git a/config/whitelist.json b/config/whitelist.json index 6e7a93f..581ae20 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -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", diff --git a/logos/DCB.png b/logos/DCB.png new file mode 100644 index 0000000..9550bdd Binary files /dev/null and b/logos/DCB.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index f7898cd..c8ca7f9 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -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',