From 4d713d346622ec7f414b50ef0484d74d409c2bde Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 8 Aug 2024 11:19:49 +0930 Subject: [PATCH] Add VDA --- config/whitelist.json | 32 ++++++++++++++++++++++++++++++++ logos/VDA.svg | 19 +++++++++++++++++++ src/constants/verifiedAssets.ts | 24 ++++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 logos/VDA.svg diff --git a/config/whitelist.json b/config/whitelist.json index b9fb728..9773462 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -2702,6 +2702,38 @@ "telegramUrl": "https://t.me/truflation" } }, + { + "tokenSymbol": "VDA", + "tokenName": "Verida", + "tokenLogoUrl": "https://assets.verida.io/branding/Verida/verida+logo+color.svg", + "tokenAddresses": [ + { + "address": "0x683565196c3eab450003c964d4bad1fd3068d4cc", + "chainId": "137" + } + ], + "knownOwners": [ + "0xed29e063dbac06e19c4867dc2f50f46801f9e707", + "0x39bd36c10fa38f6c309fd73007504d2f275aeae9", + "0xfd7565994f9a867b3836801433aaaf50f614b0ce", + "0x8feb74242b4578881ad5f25ad33bb8642be1b274", + "0x6fb879b66c705068f6c3a0944cbeff000b23dca5", + "0x634e50dd6da75c1f62e29a40ad5ec12e24d15972" + ], + "tags": [ + "AI", + "Infrastructure" + ], + "profileLinks": { + "siteUrl": "https://www.verida.network/", + "twitterUrl": "https://x.com/Verida_io", + "telegramUrl": "https://t.me/verida_community", + "discordUrl": "https://discord.verida.io/", + "auditUrls": [ + "https://www.verida.network/data-security" + ] + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/VDA.svg b/logos/VDA.svg new file mode 100644 index 0000000..c3f65a0 --- /dev/null +++ b/logos/VDA.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 5cc0c27..4971f42 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -1612,5 +1612,29 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/truflation', }, }, + { + tokenSymbol: 'VDA', + tokenName: 'Verida', + tokenLogoUrl: 'https://assets.verida.io/branding/Verida/verida+logo+color.svg', + tokenAddresses: [ + { address: '0x683565196C3EAb450003C964D4bad1fd3068D4cC', chainId: '137' }, + ], + knownOwners: [ + '0xeD29e063DBac06e19C4867DC2F50f46801f9e707', + '0x39BD36c10Fa38F6C309fd73007504D2f275AEaE9', + '0xFD7565994F9A867b3836801433AAAF50f614B0cE', + '0x8FEB74242b4578881aD5F25Ad33bB8642be1b274', + '0x6fB879b66c705068F6c3a0944CbEFF000B23dcA5', + '0x634E50dd6dA75c1f62E29a40AD5eC12E24D15972', + ], + tags: ['AI', 'Infrastructure'], + profileLinks: { + siteUrl: 'https://www.verida.network/', + twitterUrl: 'https://x.com/Verida_io', + telegramUrl: 'https://t.me/verida_community', + discordUrl: 'https://discord.verida.io/', + auditUrls: ['https://www.verida.network/data-security'], + }, +}, ] export default verifiedAssets \ No newline at end of file