timelock-sdk 0.0.65 → 0.0.66

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/abis.cjs CHANGED
@@ -1,4 +1,4 @@
1
- const require_optionsMarket = require('./optionsMarket-D192aXEZ.cjs');
1
+ const require_optionsMarket = require('./optionsMarket-BpL6x4be.cjs');
2
2
  const require_singleOwnerVault = require('./singleOwnerVault-gf2zNZVk.cjs');
3
3
 
4
4
  exports.erc20Abi = require_optionsMarket.erc20Abi;
package/dist/abis.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-D3iSMTdz.cjs";
1
+ import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-BF5k8KFu.cjs";
2
2
 
3
3
  //#region src/abis/erc20.d.ts
4
4
  declare const erc20Abi: readonly [{
package/dist/abis.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-Ddy91uWa.js";
1
+ import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-i1P7D19j.js";
2
2
 
3
3
  //#region src/abis/erc20.d.ts
4
4
  declare const erc20Abi: readonly [{
package/dist/abis.js CHANGED
@@ -1,4 +1,4 @@
1
- import { i as erc20Abi, n as uniswapMathLensAbi, r as lensAbi, t as optionsMarketAbi } from "./optionsMarket-DD4CWMqv.js";
1
+ import { i as erc20Abi, n as uniswapMathLensAbi, r as lensAbi, t as optionsMarketAbi } from "./optionsMarket-GbBWALCn.js";
2
2
  import { n as uniswapV3PoolAbi, t as singleOwnerVaultAbi } from "./singleOwnerVault-BeJChjfJ.js";
3
3
 
4
4
  export { erc20Abi, lensAbi, optionsMarketAbi, singleOwnerVaultAbi, uniswapMathLensAbi, uniswapV3PoolAbi };
package/dist/client.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  'use client';
2
2
 
3
3
 
4
- const require_numberUtils = require('./numberUtils-CmVB4kX7.cjs');
5
- const require_optionsMarket = require('./optionsMarket-D192aXEZ.cjs');
4
+ const require_numberUtils = require('./numberUtils-BxQ4RnW9.cjs');
5
+ const require_optionsMarket = require('./optionsMarket-BpL6x4be.cjs');
6
6
  const require_singleOwnerVault = require('./singleOwnerVault-gf2zNZVk.cjs');
7
7
  let viem = require("viem");
8
8
  viem = require_numberUtils.__toESM(viem);
@@ -446,7 +446,7 @@ const useMintOption = (marketAddr) => {
446
446
  duration,
447
447
  0
448
448
  ]);
449
- await askForApproval(payoutAsset, marketAddr, (premium + protocolFee * 11n) / 10n);
449
+ await askForApproval(payoutAsset, marketAddr, (premium + protocolFee) * 11n / 10n);
450
450
  const hash$1 = await writeContractAsync({
451
451
  address: marketAddr,
452
452
  abi: require_optionsMarket.optionsMarketAbi,
@@ -627,7 +627,7 @@ const useExtendOption = (marketAddr) => {
627
627
  duration,
628
628
  remainingDuration
629
629
  ]);
630
- await askForApproval(payoutAsset, marketAddr, (premium + protocolFee * 11n) / 10n);
630
+ await askForApproval(payoutAsset, marketAddr, (premium + protocolFee) * 11n / 10n);
631
631
  const hash$1 = await writeContractAsync({
632
632
  address: marketAddr,
633
633
  abi: require_optionsMarket.optionsMarketAbi,