File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 4697
4697
"telegramUrl" : " https://t.me/yelfinance"
4698
4698
}
4699
4699
},
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
+ },
4700
4720
{
4701
4721
"tokenSymbol" : " USDC" ,
4702
4722
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -2955,5 +2955,19 @@ const verifiedAssets: AddressMapping[] = [
2955
2955
telegramUrl : 'https://t.me/yelfinance' ,
2956
2956
} ,
2957
2957
} ,
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
+ } ,
2958
2972
]
2959
2973
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments