File tree Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 2946
2946
"telegramUrl" : " https://t.me/ordifyann"
2947
2947
}
2948
2948
},
2949
+ {
2950
+ "tokenSymbol" : " MEE" ,
2951
+ "tokenName" : " Medieval Empires" ,
2952
+ "tokenLogoUrl" : " https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MEE.png" ,
2953
+ "tokenAddresses" : [
2954
+ {
2955
+ "address" : " 0xeb7eab87837f4dad1bb80856db9e4506fc441f3d" ,
2956
+ "chainId" : " 137"
2957
+ }
2958
+ ],
2959
+ "profileLinks" : {
2960
+ "siteUrl" : " https://www.medievalempires.com/" ,
2961
+ "twitterUrl" : " https://x.com/MedievalEmpires" ,
2962
+ "telegramUrl" : " https://t.me/Medievalempireschat"
2963
+ }
2964
+ },
2965
+ {
2966
+ "tokenSymbol" : " DRINK" ,
2967
+ "tokenName" : " DRINK" ,
2968
+ "tokenLogoUrl" : " https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DRINK.png" ,
2969
+ "tokenAddresses" : [
2970
+ {
2971
+ "address" : " 0x2dc90fa3a0f178ba4bee16cac5d6c9a5a7b4c6cb" ,
2972
+ "chainId" : " 8453"
2973
+ }
2974
+ ],
2975
+ "profileLinks" : {
2976
+ "siteUrl" : " https://degendistillery.com/" ,
2977
+ "twitterUrl" : " https://x.com/DegenDistillery" ,
2978
+ "telegramUrl" : " https://t.me/+pXnhWGuRqsM4NTU0" ,
2979
+ "discordUrl" : " https://discord.com/invite/degendistillery"
2980
+ }
2981
+ },
2949
2982
{
2950
2983
"tokenSymbol" : " USDC" ,
2951
2984
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -1774,5 +1774,28 @@ const verifiedAssets: AddressMapping[] = [
1774
1774
telegramUrl : 'https://t.me/ordifyann' ,
1775
1775
} ,
1776
1776
} ,
1777
+ {
1778
+ tokenSymbol : 'MEE' ,
1779
+ tokenName : 'Medieval Empires' ,
1780
+ tokenLogoUrl : 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/MEE.png' ,
1781
+ tokenAddresses : [ { address : '0xeb7eab87837f4dad1bb80856db9e4506fc441f3d' , chainId : '137' } ] ,
1782
+ profileLinks : {
1783
+ siteUrl : 'https://www.medievalempires.com/' ,
1784
+ twitterUrl : 'https://x.com/MedievalEmpires' ,
1785
+ telegramUrl : 'https://t.me/Medievalempireschat' ,
1786
+ } ,
1787
+ } ,
1788
+ {
1789
+ tokenSymbol : 'DRINK' ,
1790
+ tokenName : 'DRINK' ,
1791
+ tokenLogoUrl : 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DRINK.png' ,
1792
+ tokenAddresses : [ { address : '0x2dc90fa3a0f178ba4bee16cac5d6c9a5a7b4c6cb' , chainId : '8453' } ] ,
1793
+ profileLinks : {
1794
+ siteUrl : 'https://degendistillery.com/' ,
1795
+ twitterUrl : 'https://x.com/DegenDistillery' ,
1796
+ telegramUrl : 'https://t.me/+pXnhWGuRqsM4NTU0' ,
1797
+ discordUrl : 'https://discord.com/invite/degendistillery' ,
1798
+ } ,
1799
+ } ,
1777
1800
]
1778
1801
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments