File tree Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 4339
4339
"telegramUrl" : " https://t.me/Emoney_io"
4340
4340
}
4341
4341
},
4342
+ {
4343
+ "tokenSymbol" : " DYOR" ,
4344
+ "tokenName" : " Do Your Own Research" ,
4345
+ "tokenLogoUrl" : " https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DYOR.png" ,
4346
+ "tokenAddresses" : [
4347
+ {
4348
+ "address" : " 0xa001dcc9a7974dae133a11d2800a7abf7b8f5f3c" ,
4349
+ "chainId" : " 8453"
4350
+ }
4351
+ ],
4352
+ "profileLinks" : {
4353
+ "siteUrl" : " https://dyor.exchange/" ,
4354
+ "twitterUrl" : " https://x.com/dyorexchange" ,
4355
+ "telegramUrl" : " https://t.me/dyorexchange" ,
4356
+ "discordUrl" : " https://discord.com/invite/dyorexchange"
4357
+ }
4358
+ },
4359
+ {
4360
+ "tokenSymbol" : " TREB" ,
4361
+ "tokenName" : " Treble" ,
4362
+ "tokenLogoUrl" : " https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/TREB.png" ,
4363
+ "tokenAddresses" : [
4364
+ {
4365
+ "address" : " 0xb96450dcb16e4a30b999cb5f4087bae9c0ffac4e" ,
4366
+ "chainId" : " 8453"
4367
+ }
4368
+ ],
4369
+ "profileLinks" : {
4370
+ "siteUrl" : " https://trebleswap.com/" ,
4371
+ "twitterUrl" : " https://x.com/TrebleSwap" ,
4372
+ "telegramUrl" : " https://t.me/TrebleSwapPortal"
4373
+ }
4374
+ },
4342
4375
{
4343
4376
"tokenSymbol" : " USDC" ,
4344
4377
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -2721,5 +2721,28 @@ const verifiedAssets: AddressMapping[] = [
2721
2721
telegramUrl : 'https://t.me/Emoney_io' ,
2722
2722
} ,
2723
2723
} ,
2724
+ {
2725
+ tokenSymbol : 'DYOR' ,
2726
+ tokenName : 'Do Your Own Research' ,
2727
+ tokenLogoUrl : 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DYOR.png' ,
2728
+ tokenAddresses : [ { address : '0xa001dcc9a7974dae133a11d2800a7abf7b8f5f3c' , chainId : '8453' } ] ,
2729
+ profileLinks : {
2730
+ siteUrl : 'https://dyor.exchange/' ,
2731
+ twitterUrl : 'https://x.com/dyorexchange' ,
2732
+ telegramUrl : 'https://t.me/dyorexchange' ,
2733
+ discordUrl : 'https://discord.com/invite/dyorexchange' ,
2734
+ } ,
2735
+ } ,
2736
+ {
2737
+ tokenSymbol : 'TREB' ,
2738
+ tokenName : 'Treble' ,
2739
+ tokenLogoUrl : 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/TREB.png' ,
2740
+ tokenAddresses : [ { address : '0xB96450dCB16e4a30b999Cb5F4087bae9c0ffAc4e' , chainId : '8453' } ] ,
2741
+ profileLinks : {
2742
+ siteUrl : 'https://trebleswap.com/' ,
2743
+ twitterUrl : 'https://x.com/TrebleSwap' ,
2744
+ telegramUrl : 'https://t.me/TrebleSwapPortal' ,
2745
+ } ,
2746
+ } ,
2724
2747
]
2725
2748
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments