@matchain/matchid-sdk-react 0.1.23 → 0.1.25

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
@@ -2051,7 +2051,7 @@ function SOLIcon({
2051
2051
  y2: "32.8098",
2052
2052
  gradientUnits: "userSpaceOnUse",
2053
2053
  children: [
2054
- /* @__PURE__ */ jsx36("stop", { "stop-color": "#00FFA3" }),
2054
+ /* @__PURE__ */ jsx36("stop", { stopColor: "#00FFA3" }),
2055
2055
  /* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#DC1FFF" })
2056
2056
  ]
2057
2057
  }
@@ -2067,7 +2067,7 @@ function SOLIcon({
2067
2067
  gradientUnits: "userSpaceOnUse",
2068
2068
  children: [
2069
2069
  /* @__PURE__ */ jsx36("stop", { stopColor: "#00FFA3" }),
2070
- /* @__PURE__ */ jsx36("stop", { offset: "1", "stop-color": "#DC1FFF" })
2070
+ /* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#DC1FFF" })
2071
2071
  ]
2072
2072
  }
2073
2073
  ),
@@ -2518,7 +2518,6 @@ import {
2518
2518
  TokenaryWalletAdapter,
2519
2519
  TokenPocketWalletAdapter,
2520
2520
  TorusWalletAdapter,
2521
- TrezorWalletAdapter,
2522
2521
  TrustWalletAdapter,
2523
2522
  XDEFIWalletAdapter
2524
2523
  } from "@solana/wallet-adapter-wallets";
@@ -2721,7 +2720,6 @@ var wallets = [
2721
2720
  new TokenaryWalletAdapter(),
2722
2721
  new TokenPocketWalletAdapter(),
2723
2722
  new TorusWalletAdapter(),
2724
- new TrezorWalletAdapter(),
2725
2723
  new TrustWalletAdapter(),
2726
2724
  new XDEFIWalletAdapter()
2727
2725
  ];