timelock-sdk 0.0.55 → 0.0.56

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
@@ -387,7 +387,8 @@ const useMintOption = (marketAddr) => {
387
387
  optionType === "CALL" ? 0 : 1,
388
388
  amount,
389
389
  strikeTick,
390
- duration
390
+ duration,
391
+ 0
391
392
  ]);
392
393
  await askForApproval(premium + protocolFee);
393
394
  const hash$1 = await writeContractAsync({