@matchain/matchid-sdk-react 0.1.25 → 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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- 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";
|
|
@@ -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,
|