@matchain/matchid-sdk-react 0.1.24 → 0.1.26-alpha.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
@@ -2080,7 +2080,7 @@ function SOLIcon({
2080
2080
  y2: "32.8098",
2081
2081
  gradientUnits: "userSpaceOnUse",
2082
2082
  children: [
2083
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { "stop-color": "#00FFA3" }),
2083
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { stopColor: "#00FFA3" }),
2084
2084
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
2085
2085
  ]
2086
2086
  }
@@ -2096,7 +2096,7 @@ function SOLIcon({
2096
2096
  gradientUnits: "userSpaceOnUse",
2097
2097
  children: [
2098
2098
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { stopColor: "#00FFA3" }),
2099
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", "stop-color": "#DC1FFF" })
2099
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
2100
2100
  ]
2101
2101
  }
2102
2102
  ),
@@ -2743,7 +2743,7 @@ var wagmiConfig = (0, import_rainbowkit.getDefaultConfig)({
2743
2743
  ]
2744
2744
  }
2745
2745
  ],
2746
- chains: [import_chains.bsc]
2746
+ chains: [import_chains.mainnet, import_chains.base, import_chains.optimism, import_chains.bsc]
2747
2747
  });
2748
2748
  function WalletContent2({
2749
2749
  onSuccess,