@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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1553,7 +1553,7 @@ import {
|
|
|
1553
1553
|
okxWallet,
|
|
1554
1554
|
walletConnectWallet
|
|
1555
1555
|
} from "@rainbow-me/rainbowkit/wallets";
|
|
1556
|
-
import { bsc } from "wagmi/chains";
|
|
1556
|
+
import { base, bsc, mainnet, optimism } from "wagmi/chains";
|
|
1557
1557
|
|
|
1558
1558
|
// src/hooks/useEthersSigner.ts
|
|
1559
1559
|
import * as React from "react";
|
|
@@ -2051,7 +2051,7 @@ function SOLIcon({
|
|
|
2051
2051
|
y2: "32.8098",
|
|
2052
2052
|
gradientUnits: "userSpaceOnUse",
|
|
2053
2053
|
children: [
|
|
2054
|
-
/* @__PURE__ */ jsx36("stop", {
|
|
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",
|
|
2070
|
+
/* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#DC1FFF" })
|
|
2071
2071
|
]
|
|
2072
2072
|
}
|
|
2073
2073
|
),
|
|
@@ -2749,7 +2749,7 @@ var wagmiConfig = getDefaultConfig({
|
|
|
2749
2749
|
]
|
|
2750
2750
|
}
|
|
2751
2751
|
],
|
|
2752
|
-
chains: [bsc]
|
|
2752
|
+
chains: [mainnet, base, optimism, bsc]
|
|
2753
2753
|
});
|
|
2754
2754
|
function WalletContent2({
|
|
2755
2755
|
onSuccess,
|