From 4524ca4d9a8b38f6f3dabfa33f3aaaec88ca7f7b Mon Sep 17 00:00:00 2001 From: bitkeepwallet <85662627+bitkeepwallet@users.noreply.github.com> Date: Sun, 5 Sep 2021 09:34:09 +0800 Subject: [PATCH] Update wallet.tsx --- src/utils/wallet.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/wallet.tsx b/src/utils/wallet.tsx index 19dc5cf65..cbc654926 100644 --- a/src/utils/wallet.tsx +++ b/src/utils/wallet.tsx @@ -8,6 +8,7 @@ export const WALLET_PROVIDERS = [ { name: "sollet.io", url: "https://www.sollet.io" }, { name: "solflare.com", url: "https://solflare.com/access-wallet" }, { name: "mathwallet.org", url: "https://www.mathwallet.org" }, + { name: "bitkeep.com", url: "https://www.bitkeep.com" }, ]; const WalletContext = React.createContext(null);