timelock-sdk 0.0.146 → 0.0.147

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
@@ -1,8 +1,8 @@
1
1
  'use client';
2
2
 
3
3
 
4
- const require_optionUtils = require('./optionUtils-CFucfVf-.cjs');
5
- const require_optionsMarket = require('./optionsMarket-ohPoVcdm.cjs');
4
+ const require_optionUtils = require('./optionUtils-BDPUmzhu.cjs');
5
+ const require_optionsMarket = require('./optionsMarket-DvxxArTL.cjs');
6
6
  const require_singleOwnerVault = require('./singleOwnerVault-GCpQV7pN.cjs');
7
7
  let viem = require("viem");
8
8
  let react = require("react");
@@ -771,6 +771,7 @@ const useMintOption = (marketAddr) => {
771
771
  strikeTick,
772
772
  duration,
773
773
  viem.maxUint256,
774
+ viem.maxUint256,
774
775
  await timelockLens.read.getRefTick([vault, strikeTick])
775
776
  ]
776
777
  });