Skip to content

Commit

Permalink
Merge pull request #79 from keccakdog/staging
Browse files Browse the repository at this point in the history
feat: add kingdom tokens
  • Loading branch information
efeDaniels authored May 16, 2024
2 parents 9af9d2d + 0530c82 commit 715575d
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 0 deletions.
73 changes: 73 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2270,6 +2270,79 @@
"discordUrl": "https://discord.com/invite/2qrXvWcXVA"
}
},
{
"tokenSymbol": "RAM",
"tokenName": "Ramses",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/RAM.png",
"tokenAddresses": [
{
"address": "0xaaa6c1e32c55a7bfa8066a6fae9b42650f262418",
"chainId": "42161"
}
],
"knownOwners": [
"0x20d630cf1f5628285bfb91dfac8c89eb9087be1a"
],
"profileLinks": {
"siteUrl": "https://ramses.exchange",
"twitterUrl": "https://twitter.com/ramsesexchange",
"telegramUrl": "https://t.me/ExchangeRamses"
}
},
{
"tokenSymbol": "NILE",
"tokenName": "NILE Token",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/NILE.png",
"tokenAddresses": [
{
"address": "0xaaaac83751090c6ea42379626435f805ddf54dc8",
"chainId": "59144"
}
],
"knownOwners": [
"0x44376f8f52407ed66e6d3356535410a7dcd4652b"
],
"profileLinks": {
"siteUrl": "https://thenile.exchange",
"twitterUrl": "https://twitter.com/nileexchange"
}
},
{
"tokenSymbol": "CLEO",
"tokenName": "Cleopatra",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/CLEO.png",
"tokenAddresses": [
{
"address": "0xc1e0c8c30f251a07a894609616580ad2ceb547f2",
"chainId": "5000"
}
],
"knownOwners": [
"0xaa37591bf6b347badf7bf8e291e3d4cdfe27ff8b"
],
"profileLinks": {
"siteUrl": "https://cleo.exchange",
"twitterUrl": "https://twitter.com/CleopatraDEX"
}
},
{
"tokenSymbol": "PHAR",
"tokenName": "Pharaoh",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/PHAR.png",
"tokenAddresses": [
{
"address": "0xaaab9d12a30504559b0c5a9a5977fee4a6081c6b",
"chainId": "43114"
}
],
"knownOwners": [
"0x244a4a90e148ec318a85f8c138a274e16ffe3032"
],
"profileLinks": {
"siteUrl": "https://pharaoh.exchange",
"twitterUrl": "https://twitter.com/PharaohExchange"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/CLEO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/NILE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/PHAR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/RAM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1316,5 +1316,50 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.com/invite/2qrXvWcXVA'
},
},
{
tokenSymbol: 'RAM',
tokenName: 'Ramses',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/RAM.png',
tokenAddresses: [{ address: '0xAAA6C1E32C55A7Bfa8066A6FAE9b42650F262418', chainId: '42161' }],
knownOwners: ['0x20D630cF1f5628285BfB91DfaC8C89eB9087BE1A'],
profileLinks: {
siteUrl: 'https://ramses.exchange',
twitterUrl: 'https://twitter.com/ramsesexchange',
telegramUrl: 'https://t.me/ExchangeRamses',
},
},
{
tokenSymbol: 'NILE',
tokenName: 'NILE Token',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/NILE.png',
tokenAddresses: [{ address: '0xAAAac83751090C6ea42379626435f805DDF54DC8', chainId: '59144' }],
knownOwners: ['0x44376f8F52407ed66E6D3356535410A7DCd4652B'],
profileLinks: {
siteUrl: 'https://thenile.exchange',
twitterUrl: 'https://twitter.com/nileexchange',
},
},
{
tokenSymbol: 'CLEO',
tokenName: 'Cleopatra',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/CLEO.png',
tokenAddresses: [{ address: '0xC1E0C8C30F251A07a894609616580ad2CEb547F2', chainId: '5000' }],
knownOwners: ['0xAA37591bF6b347bAdf7bF8E291e3d4cDFE27FF8B'],
profileLinks: {
siteUrl: 'https://cleo.exchange',
twitterUrl: 'https://twitter.com/CleopatraDEX',
},
},
{
tokenSymbol: 'PHAR',
tokenName: 'Pharaoh',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/PHAR.png',
tokenAddresses: [{ address: '0xAAAB9D12A30504559b0C5a9A5977fEE4A6081c6b', chainId: '43114' }],
knownOwners: ['0x244A4a90e148Ec318a85f8C138A274e16FFE3032'],
profileLinks: {
siteUrl: 'https://pharaoh.exchange',
twitterUrl: 'https://twitter.com/PharaohExchange',
},
},
]
export default verifiedAssets

0 comments on commit 715575d

Please sign in to comment.