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