@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.mjs CHANGED
@@ -832,7 +832,7 @@ var MetaMaskAdapter = class extends BrowserWalletAdapter {
832
832
  return void 0;
833
833
  }
834
834
  const w = window;
835
- return w.ethereum && w.ethereum.isMetaMask ? w.ethereum : void 0;
835
+ return w.ethereum ? w.ethereum : void 0;
836
836
  }
837
837
  /**
838
838
  * 获取下载链接