Skip to content

Commit 6fccbac

Browse files
committed
chore: Add PRIME Token
1 parent ebf3e8d commit 6fccbac

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

config/whitelist.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4697,6 +4697,26 @@
46974697
"telegramUrl": "https://t.me/yelfinance"
46984698
}
46994699
},
4700+
{
4701+
"tokenSymbol": "PRIME",
4702+
"tokenName": "Echelon Prime",
4703+
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/PRIME.png",
4704+
"tokenAddresses": [
4705+
{
4706+
"address": "0xb23d80f5fefcddaa212212f028021b41ded428cf",
4707+
"chainId": "1"
4708+
},
4709+
{
4710+
"address": "0xfa980ced6895ac314e7de34ef1bfae90a5add21b",
4711+
"chainId": "8453"
4712+
}
4713+
],
4714+
"profileLinks": {
4715+
"siteUrl": "https://echelon.io/",
4716+
"twitterUrl": "https://x.com/EchelonFND",
4717+
"discordUrl": "https://discord.com/invite/echelonfnd"
4718+
}
4719+
},
47004720
{
47014721
"tokenSymbol": "USDC",
47024722
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/PRIME.png

6.19 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2955,5 +2955,19 @@ const verifiedAssets: AddressMapping[] = [
29552955
telegramUrl: 'https://t.me/yelfinance',
29562956
},
29572957
},
2958+
{
2959+
tokenSymbol: 'PRIME',
2960+
tokenName: 'Echelon Prime',
2961+
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/PRIME.png',
2962+
tokenAddresses: [
2963+
{ address: '0xb23d80f5fefcddaa212212f028021b41ded428cf', chainId: '1' },
2964+
{ address: '0xfa980ced6895ac314e7de34ef1bfae90a5add21b', chainId: '8453' },
2965+
],
2966+
profileLinks: {
2967+
siteUrl: 'https://echelon.io/',
2968+
twitterUrl: 'https://x.com/EchelonFND',
2969+
discordUrl: 'https://discord.com/invite/echelonfnd',
2970+
},
2971+
},
29582972
]
29592973
export default verifiedAssets

0 commit comments

Comments
 (0)