Skip to content

Commit

Permalink
Merge pull request #112 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add GLE Token
  • Loading branch information
Prof-SD authored Aug 30, 2024
2 parents 71d00c7 + 3b50129 commit 7089093
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2883,6 +2883,21 @@
"telegramUrl": "https://t.me/opulousapp"
}
},
{
"tokenSymbol": "GLE",
"tokenName": "Green Life Energy",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/GLE.png",
"tokenAddresses": [
{
"address": "0xecd8bcc95be6aebcae272ee388c9037b24ab28da",
"chainId": "8453"
}
],
"profileLinks": {
"siteUrl": "https://gle.holdings/",
"discordUrl": "https://discord.com/invite/4H49yJWa7Z"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/GLE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1731,5 +1731,15 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/opulousapp',
},
},
{
tokenSymbol: 'GLE',
tokenName: 'Green Life Energy',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/GLE.png',
tokenAddresses: [{ address: '0xecd8bcc95be6aebcae272ee388c9037b24ab28da', chainId: '8453' }],
profileLinks: {
siteUrl: 'https://gle.holdings/',
discordUrl: 'https://discord.com/invite/4H49yJWa7Z',
},
},
]
export default verifiedAssets

0 comments on commit 7089093

Please sign in to comment.