From b90feda4c791f0beff57e1cc2f18f7bfc8f4f3a8 Mon Sep 17 00:00:00 2001 From: dominhquang Date: Tue, 15 Aug 2023 16:15:03 +0700 Subject: [PATCH] [Issue-945]: Add dApps to Predefined List --- src/predefined/dAppSites.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/predefined/dAppSites.ts b/src/predefined/dAppSites.ts index 617668c29..92b2203f1 100644 --- a/src/predefined/dAppSites.ts +++ b/src/predefined/dAppSites.ts @@ -1139,5 +1139,32 @@ export const predefinedDApps: PredefinedDApps = { isSupportSubstrateAccount: false, isSupportEthereumAccount: true, }, + { + name: 'HEAL-Ⅲ | Health to Earn', + icon: 'https://heal3.com/favicon.svg', + id: 'www.heal3.com', + url: 'https://heal3.com', + categories: ['defi', 'evm'], + isSupportSubstrateAccount: false, + isSupportEthereumAccount: true, + }, + { + name: 'Oxalus - NFT Social Commerce Platform', + icon: 'https://oxalus.io/favicon.ico', + id: 'www.oxalus.io', + url: 'https://oxalus.io', + categories: ['defi', 'evm'], + isSupportSubstrateAccount: false, + isSupportEthereumAccount: true, + }, + { + name: 'Birdeye', + icon: 'https://birdeye.so/logo.png', + id: 'www.birdeye.so', + url: 'https://birdeye.so', + categories: ['defi', 'evm'], + isSupportSubstrateAccount: false, + isSupportEthereumAccount: true, + }, ], };