diff --git a/config/whitelist.json b/config/whitelist.json index f3a1395..cb51acf 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -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", diff --git a/logos/DIONE.png b/logos/DIONE.png new file mode 100644 index 0000000..128f5e8 Binary files /dev/null and b/logos/DIONE.png differ diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 004dd21..cf24a3f 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -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