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 3699
3699
"telegramUrl" : " https://t.me/officialfilmio"
3700
3700
}
3701
3701
},
3702
+ {
3703
+ "tokenSymbol" : " NOOB" ,
3704
+ "tokenName" : " NOOB" ,
3705
+ "tokenLogoUrl" : " https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/NOOB.png" ,
3706
+ "tokenAddresses" : [
3707
+ {
3708
+ "address" : " 0x06561dc5cedcc012a4ea68609b17d41499622e4c" ,
3709
+ "chainId" : " 1"
3710
+ }
3711
+ ],
3712
+ "profileLinks" : {
3713
+ "siteUrl" : " https://www.blastroyale.com/" ,
3714
+ "twitterUrl" : " https://x.com/blastroyale" ,
3715
+ "telegramUrl" : " https://t.me/blastroyale" ,
3716
+ "discordUrl" : " https://discord.com/invite/blastroyale"
3717
+ }
3718
+ },
3702
3719
{
3703
3720
"tokenSymbol" : " USDC" ,
3704
3721
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -2278,5 +2278,17 @@ const verifiedAssets: AddressMapping[] = [
2278
2278
telegramUrl : 'https://t.me/officialfilmio' ,
2279
2279
} ,
2280
2280
} ,
2281
+ {
2282
+ tokenSymbol : 'NOOB' ,
2283
+ tokenName : 'NOOB' ,
2284
+ tokenLogoUrl : 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/NOOB.png' ,
2285
+ tokenAddresses : [ { address : '0x06561dc5cedcc012a4ea68609b17d41499622e4c' , chainId : '1' } ] ,
2286
+ profileLinks : {
2287
+ siteUrl : 'https://www.blastroyale.com/' ,
2288
+ twitterUrl : 'https://x.com/blastroyale' ,
2289
+ telegramUrl : 'https://t.me/blastroyale' ,
2290
+ discordUrl : 'https://discord.com/invite/blastroyale' ,
2291
+ } ,
2292
+ } ,
2281
2293
]
2282
2294
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments