@unlink-xyz/react 0.1.3-canary.3ed2902 → 0.1.3-canary.4183ace

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 CHANGED
@@ -56141,7 +56141,7 @@ function createWalletSDK(deps, options) {
56141
56141
  requireActiveAccount,
56142
56142
  requireSigner
56143
56143
  });
56144
- if (configuredChainId) {
56144
+ if (configuredChainId && options.autoSync !== false) {
56145
56145
  scheduler.start();
56146
56146
  }
56147
56147
  let burnerService;
@@ -56575,7 +56575,8 @@ var UnlinkWallet = class _UnlinkWallet {
56575
56575
  chainId: config22.chainId,
56576
56576
  gatewayUrl,
56577
56577
  chainRpcUrl: config22.chainRpcUrl,
56578
- prover: proverConfig
56578
+ prover: proverConfig,
56579
+ autoSync: config22.autoSync
56579
56580
  }
56580
56581
  );
56581
56582
  return new _UnlinkWallet(sdk, config22.chainId, poolAddress);