@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.js
CHANGED
|
@@ -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,
|