File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 4907
4907
"telegramUrl" : " https://t.me/MAIV_FINANCE"
4908
4908
}
4909
4909
},
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
+ },
4910
4927
{
4911
4928
"tokenSymbol" : " USDC" ,
4912
4929
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -3099,5 +3099,17 @@ const verifiedAssets: AddressMapping[] = [
3099
3099
telegramUrl : 'https://t.me/MAIV_FINANCE' ,
3100
3100
} ,
3101
3101
} ,
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
+ } ,
3102
3114
]
3103
3115
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments