Skip to content

Commit 7036478

Browse files
authored
Merge pull request #200 from ApeSwapFinance/staging
chore: add BDCA token to lhd
2 parents 77b4a89 + e81bd96 commit 7036478

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

config/whitelist.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4907,6 +4907,23 @@
49074907
"telegramUrl": "https://t.me/MAIV_FINANCE"
49084908
}
49094909
},
4910+
{
4911+
"tokenSymbol": "BDCA",
4912+
"tokenName": "BitDCA",
4913+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BDCA.png",
4914+
"tokenAddresses": [
4915+
{
4916+
"address": "0x0c8382719ef242cae2247e4decb2891fbf699818",
4917+
"chainId": "56"
4918+
}
4919+
],
4920+
"profileLinks": {
4921+
"siteUrl": "https://www.littlebit.net/",
4922+
"twitterUrl": "https://x.com/bitdcaOFFICIAL",
4923+
"telegramUrl": "https://t.me/bitdca",
4924+
"discordUrl": "https://discord.com/invite/bitdca"
4925+
}
4926+
},
49104927
{
49114928
"tokenSymbol": "USDC",
49124929
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/BDCA.png

6.44 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3099,5 +3099,17 @@ const verifiedAssets: AddressMapping[] = [
30993099
telegramUrl: 'https://t.me/MAIV_FINANCE',
31003100
},
31013101
},
3102+
{
3103+
tokenSymbol: 'BDCA',
3104+
tokenName: 'BitDCA',
3105+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/BDCA.png',
3106+
tokenAddresses: [{ address: '0x0c8382719ef242cae2247e4decb2891fbf699818', chainId: '56' }],
3107+
profileLinks: {
3108+
siteUrl: 'https://www.littlebit.net/',
3109+
twitterUrl: 'https://x.com/bitdcaOFFICIAL',
3110+
telegramUrl: 'https://t.me/bitdca',
3111+
discordUrl: 'https://discord.com/invite/bitdca',
3112+
},
3113+
},
31023114
]
31033115
export default verifiedAssets

0 commit comments

Comments
 (0)