File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 2859
2859
"discordUrl" : " https://discord.com/invite/jojoexchange"
2860
2860
}
2861
2861
},
2862
+ {
2863
+ "tokenSymbol" : " OPUL" ,
2864
+ "tokenName" : " Opulous" ,
2865
+ "tokenLogoUrl" : " https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/OPUL.png" ,
2866
+ "tokenAddresses" : [
2867
+ {
2868
+ "address" : " 0x80d55c03180349fff4a229102f62328220a96444" ,
2869
+ "chainId" : " 1"
2870
+ },
2871
+ {
2872
+ "address" : " 0x686318000d982bc8dcc1cdcf8ffd22322f0960ed" ,
2873
+ "chainId" : " 56"
2874
+ },
2875
+ {
2876
+ "address" : " 0x0c5fa0e07949f941a6c2c29a008252db1527d6ee" ,
2877
+ "chainId" : " 42161"
2878
+ }
2879
+ ],
2880
+ "profileLinks" : {
2881
+ "siteUrl" : " https://opulous.org/" ,
2882
+ "twitterUrl" : " https://x.com/opulousapp" ,
2883
+ "telegramUrl" : " https://t.me/opulousapp"
2884
+ }
2885
+ },
2862
2886
{
2863
2887
"tokenSymbol" : " USDC" ,
2864
2888
"tokenLogoUrl" : " https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024" ,
Original file line number Diff line number Diff line change @@ -1716,5 +1716,20 @@ const verifiedAssets: AddressMapping[] = [
1716
1716
discordUrl : 'https://discord.com/invite/jojoexchange' ,
1717
1717
} ,
1718
1718
} ,
1719
+ {
1720
+ tokenSymbol : 'OPUL' ,
1721
+ tokenName : 'Opulous' ,
1722
+ tokenLogoUrl : 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/OPUL.png' ,
1723
+ tokenAddresses : [
1724
+ { address : '0x80d55c03180349fff4a229102f62328220a96444' , chainId : '1' } ,
1725
+ { address : '0x686318000d982bc8dcc1cdcf8ffd22322f0960ed' , chainId : '56' } ,
1726
+ { address : '0x0c5fa0e07949f941a6c2c29a008252db1527d6ee' , chainId : '42161' } ,
1727
+ ] ,
1728
+ profileLinks : {
1729
+ siteUrl : 'https://opulous.org/' ,
1730
+ twitterUrl : 'https://x.com/opulousapp' ,
1731
+ telegramUrl : 'https://t.me/opulousapp' ,
1732
+ } ,
1733
+ } ,
1719
1734
]
1720
1735
export default verifiedAssets
You can’t perform that action at this time.
0 commit comments