@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.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
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", {
|
|
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",
|
|
2099
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("stop", { offset: "1", stopColor: "#DC1FFF" })
|
|
2100
2100
|
]
|
|
2101
2101
|
}
|
|
2102
2102
|
),
|
|
@@ -2714,7 +2714,6 @@ var wallets = [
|
|
|
2714
2714
|
new import_wallet_adapter_wallets.TokenaryWalletAdapter(),
|
|
2715
2715
|
new import_wallet_adapter_wallets.TokenPocketWalletAdapter(),
|
|
2716
2716
|
new import_wallet_adapter_wallets.TorusWalletAdapter(),
|
|
2717
|
-
new import_wallet_adapter_wallets.TrezorWalletAdapter(),
|
|
2718
2717
|
new import_wallet_adapter_wallets.TrustWalletAdapter(),
|
|
2719
2718
|
new import_wallet_adapter_wallets.XDEFIWalletAdapter()
|
|
2720
2719
|
];
|