@enclave-hq/wallet-sdk 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -741,7 +741,7 @@ var MetaMaskAdapter = class extends BrowserWalletAdapter {
741
741
  return void 0;
742
742
  }
743
743
  const w = window;
744
- return w.ethereum && w.ethereum.isMetaMask ? w.ethereum : void 0;
744
+ return w.ethereum ? w.ethereum : void 0;
745
745
  }
746
746
  /**
747
747
  * 获取下载链接