Skip to content

Commit ab13106

Browse files
committed
chore: Add WAVAX Token
1 parent 61944c5 commit ab13106

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

config/whitelist.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3414,6 +3414,43 @@
34143414
"telegramUrl": "https://t.me/elk_finance_chat"
34153415
}
34163416
},
3417+
{
3418+
"tokenSymbol": "WAVAX",
3419+
"tokenName": "Wrapped AVAX",
3420+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/WAVAX.png",
3421+
"tokenAddresses": [
3422+
{
3423+
"address": "0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7",
3424+
"chainId": "43114"
3425+
},
3426+
{
3427+
"address": "0x14a0243c333a5b238143068dc3a7323ba4c30ecb",
3428+
"chainId": "1285"
3429+
},
3430+
{
3431+
"address": "0x511d35c52a3c244e7b8bd92c0c297755fbd89212",
3432+
"chainId": "250"
3433+
},
3434+
{
3435+
"address": "0x2c89bbc92bd86f8075d1decc58c7f4e0107f286b",
3436+
"chainId": "137"
3437+
},
3438+
{
3439+
"address": "0x7c598c96d02398d89fbcb9d41eab3df0c16f227d",
3440+
"chainId": "40"
3441+
},
3442+
{
3443+
"address": "0x5471ea8f739dd37e9b81be9c5c77754d8aa953e4",
3444+
"chainId": "59144"
3445+
}
3446+
],
3447+
"profileLinks": {
3448+
"siteUrl": "https://www.avalabs.org/",
3449+
"twitterUrl": "https://x.com/avax",
3450+
"discordUrl": "https://discord.com/invite/RwXY7P6",
3451+
"telegramUrl": "https://t.me/avalancheavax"
3452+
}
3453+
},
34173454
{
34183455
"tokenSymbol": "USDC",
34193456
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/WAVAX.png

4.4 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,5 +2090,24 @@ const verifiedAssets: AddressMapping[] = [
20902090
telegramUrl: 'https://t.me/elk_finance_chat',
20912091
},
20922092
},
2093+
{
2094+
tokenSymbol: 'WAVAX',
2095+
tokenName: 'Wrapped AVAX',
2096+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/WAVAX.png',
2097+
tokenAddresses: [
2098+
{ address: '0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7', chainId: '43114' },
2099+
{ address: '0x14a0243c333a5b238143068dc3a7323ba4c30ecb', chainId: '1285' },
2100+
{ address: '0x511d35c52a3c244e7b8bd92c0c297755fbd89212', chainId: '250' },
2101+
{ address: '0x2c89bbc92bd86f8075d1decc58c7f4e0107f286b', chainId: '137' },
2102+
{ address: '0x7c598c96d02398d89fbcb9d41eab3df0c16f227d', chainId: '40' },
2103+
{ address: '0x5471ea8f739dd37e9b81be9c5c77754d8aa953e4', chainId: '59144' },
2104+
],
2105+
profileLinks: {
2106+
siteUrl: 'https://www.avalabs.org/',
2107+
twitterUrl: 'https://x.com/avax',
2108+
discordUrl: 'https://discord.com/invite/RwXY7P6',
2109+
telegramUrl: 'https://t.me/avalancheavax',
2110+
},
2111+
},
20932112
]
20942113
export default verifiedAssets

0 commit comments

Comments
 (0)