@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.
package/dist/index.js CHANGED
@@ -840,7 +840,7 @@ var MetaMaskAdapter = class extends BrowserWalletAdapter {
840
840
  return void 0;
841
841
  }
842
842
  const w = window;
843
- return w.ethereum && w.ethereum.isMetaMask ? w.ethereum : void 0;
843
+ return w.ethereum ? w.ethereum : void 0;
844
844
  }
845
845
  /**
846
846
  * 获取下载链接