Skip to content

Commit 71d00c7

Browse files
authored
Merge pull request #111 from ApeSwapFinance/staging
chore: Add OPUL Token
2 parents 257b2e7 + 42ec5e7 commit 71d00c7

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

config/whitelist.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,6 +2859,30 @@
28592859
"discordUrl": "https://discord.com/invite/jojoexchange"
28602860
}
28612861
},
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+
},
28622886
{
28632887
"tokenSymbol": "USDC",
28642888
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",

logos/OPUL.png

11.1 KB
Loading

src/constants/verifiedAssets.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,5 +1716,20 @@ const verifiedAssets: AddressMapping[] = [
17161716
discordUrl: 'https://discord.com/invite/jojoexchange',
17171717
},
17181718
},
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+
},
17191734
]
17201735
export default verifiedAssets

0 commit comments

Comments
 (0)