From 3f159f5f03ec02bde39203f4b58c0c468285bd6c Mon Sep 17 00:00:00 2001 From: tomide oladipo Date: Mon, 2 Feb 2026 09:23:14 +0000 Subject: [PATCH] feat: handle unhosted wallets --- packages/widget-provider/src/utils/isWalletInstalled.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/widget-provider/src/utils/isWalletInstalled.ts b/packages/widget-provider/src/utils/isWalletInstalled.ts index b63369322..3a04f1dd9 100644 --- a/packages/widget-provider/src/utils/isWalletInstalled.ts +++ b/packages/widget-provider/src/utils/isWalletInstalled.ts @@ -45,6 +45,8 @@ export const isWalletInstalled = (id: string): boolean => { return anyWindow.binancew3w?.bitcoin || anyWindow.unisat?.isBinance case 'app.magiceden.bitcoin': return anyWindow?.magicEden?.bitcoin?.isMagicEden + case 'unhosted': + return anyWindow?.unhosted?.bitcoin?.isUnhosted default: /** * Return true if the wallet is not in the list of explicitly supported or self-injected wallet