@unlink-xyz/react 0.1.3-canary.3002b77 → 0.1.3-canary.3ed2902
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/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -56141,7 +56141,7 @@ function createWalletSDK(deps, options) {
|
|
|
56141
56141
|
requireActiveAccount,
|
|
56142
56142
|
requireSigner
|
|
56143
56143
|
});
|
|
56144
|
-
if (configuredChainId
|
|
56144
|
+
if (configuredChainId) {
|
|
56145
56145
|
scheduler.start();
|
|
56146
56146
|
}
|
|
56147
56147
|
let burnerService;
|
|
@@ -56575,8 +56575,7 @@ var UnlinkWallet = class _UnlinkWallet {
|
|
|
56575
56575
|
chainId: config22.chainId,
|
|
56576
56576
|
gatewayUrl,
|
|
56577
56577
|
chainRpcUrl: config22.chainRpcUrl,
|
|
56578
|
-
prover: proverConfig
|
|
56579
|
-
autoSync: config22.autoSync
|
|
56578
|
+
prover: proverConfig
|
|
56580
56579
|
}
|
|
56581
56580
|
);
|
|
56582
56581
|
return new _UnlinkWallet(sdk, config22.chainId, poolAddress);
|