Skip to content

Commit

Permalink
Merge pull request #121 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add DIONE Token
  • Loading branch information
efeDaniels authored Oct 24, 2024
2 parents c13c3f1 + 9abf2fb commit bd9eea1
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 @@ -3342,6 +3342,22 @@
"discordUrl": "https://discord.com/invite/pixels"
}
},
{
"tokenSymbol": "DIONE",
"tokenName": "Dione",
"tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DIONE.png",
"tokenAddresses": [
{
"address": "0x89b69f2d1adffa9a253d40840b6baa7fc903d697",
"chainId": "1"
}
],
"profileLinks": {
"siteUrl": "https://www.dioneprotocol.com/",
"twitterUrl": "https://x.com/DioneProtocol",
"telegramUrl": "https://t.me/DioneProtocol"
}
},
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
Expand Down
Binary file added logos/DIONE.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 @@ -2049,5 +2049,16 @@ const verifiedAssets: AddressMapping[] = [
discordUrl: 'https://discord.com/invite/pixels',
},
},
{
tokenSymbol: 'DIONE',
tokenName: 'Dione',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DIONE.png',
tokenAddresses: [{ address: '0x89b69f2d1adffa9a253d40840b6baa7fc903d697', chainId: '1' }],
profileLinks: {
siteUrl: 'https://www.dioneprotocol.com/',
twitterUrl: 'https://x.com/DioneProtocol',
telegramUrl: 'https://t.me/DioneProtocol',
},
},
]
export default verifiedAssets

0 comments on commit bd9eea1

Please sign in to comment.