Skip to content

Commit

Permalink
chore: Add RDX Token
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Dec 17, 2024
1 parent 6af7504 commit 4019b40
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4098,6 +4098,22 @@
"telegramUrl": "https://t.me/phaverdao"
}
},
{
"tokenSymbol": "RDX",
"tokenName": "RandomDEX",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/RDX.png",
"tokenAddresses": [
{
"address": "0x2659631cfbe9b1b6dcbc1384a3864509356e7b4d",
"chainId": "8453"
}
],
"profileLinks": {
"siteUrl": "https://random.trading/",
"twitterUrl": "https://x.com/RandomDEXRDX",
"telegramUrl": "https://x.com/RandomDEXRDX"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/RDX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2555,5 +2555,16 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/phaverdao',
},
},
{
tokenSymbol: 'RDX',
tokenName: 'RandomDEX',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/RDX.png',
tokenAddresses: [{ address: '0x2659631cfbe9b1b6dcbc1384a3864509356e7b4d', chainId: '8453' }],
profileLinks: {
siteUrl: 'https://random.trading/',
twitterUrl: 'https://x.com/RandomDEXRDX',
telegramUrl: 'https://x.com/RandomDEXRDX',
},
},
]
export default verifiedAssets

0 comments on commit 4019b40

Please sign in to comment.