coinley-test 0.0.66 → 0.0.67

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.esm.js CHANGED
@@ -2822,7 +2822,7 @@ const WalletSelector = ({
2822
2822
  color: "purple",
2823
2823
  isInstalled: true
2824
2824
  });
2825
- } else {
2825
+ } else if (!hasRealZerion && !smartWallets.find((w) => w.type === "zerion")) {
2826
2826
  console.log("❌ Zerion comprehensive detection result:", {
2827
2827
  hasRealZerion,
2828
2828
  windowZerion: !!window.zerion,