Skip to content

Commit 0db4533

Browse files
authored
Merge pull request #134 from ApeSwapFinance/staging
chore: Add NOOB Token
2 parents c80b45c + a7a9ede commit 0db4533

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
@@ -3699,6 +3699,23 @@
36993699
"telegramUrl": "https://t.me/officialfilmio"
37003700
}
37013701
},
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+
},
37023719
{
37033720
"tokenSymbol": "USDC",
37043721
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/NOOB.png

8.7 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2278,5 +2278,17 @@ const verifiedAssets: AddressMapping[] = [
22782278
telegramUrl: 'https://t.me/officialfilmio',
22792279
},
22802280
},
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+
},
22812293
]
22822294
export default verifiedAssets

0 commit comments

Comments
 (0)