Skip to content

Commit

Permalink
Merge pull request #151 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add Tokens
  • Loading branch information
shivammp authored Dec 6, 2024
2 parents d717957 + 8cbf11f commit 369cb90
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
32 changes: 32 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4013,6 +4013,38 @@
"telegramUrl": "https://t.me/+nLYr_ITGTzVhOGFl"
}
},
{
"tokenSymbol": "RGOAT",
"tokenName": "RealGoat",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/RGOAT.png",
"tokenAddresses": [
{
"address": "0xf0268c5f9aa95baf5c25d646aabb900ac12f0800",
"chainId": "8453"
}
],
"profileLinks": {
"siteUrl": "https://www.realgoat.org/",
"twitterUrl": "https://x.com/Realgoat_token",
"telegramUrl": "https://t.me/RealGOAT_official"
}
},
{
"tokenSymbol": "LUMIA",
"tokenName": "Lumia",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/LUMIA.png",
"tokenAddresses": [
{
"address": "0xd9343a049d5dbd89cd19dc6bca8c48fb3a0a42a7",
"chainId": "1"
}
],
"profileLinks": {
"siteUrl": "https://lumia.org/",
"twitterUrl": "https://x.com/buildonlumia",
"telegramUrl": "https://t.me/lumia_community"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/LUMIA.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/RGOAT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2496,5 +2496,27 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/+nLYr_ITGTzVhOGFl',
},
},
{
tokenSymbol: 'RGOAT',
tokenName: 'RealGoat',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/RGOAT.png',
tokenAddresses: [{ address: '0xf0268c5f9aa95baf5c25d646aabb900ac12f0800', chainId: '8453' }],
profileLinks: {
siteUrl: 'https://www.realgoat.org/',
twitterUrl: 'https://x.com/Realgoat_token',
telegramUrl: 'https://t.me/RealGOAT_official',
},
},
{
tokenSymbol: 'LUMIA',
tokenName: 'Lumia',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/LUMIA.png',
tokenAddresses: [{ address: '0xD9343a049D5DBd89CD19DC6BcA8c48fB3a0a42a7', chainId: '1' }],
profileLinks: {
siteUrl: 'https://lumia.org/',
twitterUrl: 'https://x.com/buildonlumia',
telegramUrl: 'https://t.me/lumia_community',
},
},
]
export default verifiedAssets

0 comments on commit 369cb90

Please sign in to comment.