timelock-sdk 0.0.45 → 0.0.46

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/client.cjs CHANGED
@@ -701,8 +701,8 @@ const useLiquidityBlocks = (vaultAddr) => {
701
701
  address: timelockLens === null || timelockLens === void 0 ? void 0 : timelockLens.address,
702
702
  abi: require_optionsMarket.lensAbi,
703
703
  functionName: "getAllBlocks",
704
- args: [vaultAddr],
705
- query: { enabled: !!vaultAddr && !!timelockLens }
704
+ args: [vaultAddr || viem.zeroAddress],
705
+ query: { enabled: !!vaultAddr }
706
706
  });
707
707
  return {
708
708
  data: blocks,