Skip to content

Commit c196027

Browse files
authored
Merge pull request #169 from ApeSwapFinance/staging
chore: Add Tokens
2 parents 0bce8f8 + eb38d7b commit c196027

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

config/whitelist.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4339,6 +4339,39 @@
43394339
"telegramUrl": "https://t.me/Emoney_io"
43404340
}
43414341
},
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+
},
43424375
{
43434376
"tokenSymbol": "USDC",
43444377
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/DYOR.png

10.6 KB
Loading

logos/TREB.png

8.96 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,5 +2721,28 @@ const verifiedAssets: AddressMapping[] = [
27212721
telegramUrl: 'https://t.me/Emoney_io',
27222722
},
27232723
},
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+
},
27242747
]
27252748
export default verifiedAssets

0 commit comments

Comments
 (0)