timelock-sdk 0.0.59 → 0.0.60

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.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import "./uniswapMathLens-CVpKNF0-.cjs";
2
- import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-CrA0YbZT.cjs";
1
+ import "./uniswapMathLens-Dd_BqyEk.cjs";
2
+ import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-DgBdLHRl.cjs";
3
3
  import * as viem249 from "viem";
4
4
  import { Address } from "viem";
5
5
  import React, { ReactNode } from "react";
package/dist/client.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import "./uniswapMathLens-nYgMLuOt.js";
2
- import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-BSxG0QvH.js";
1
+ import "./uniswapMathLens-DS1i63oR.js";
2
+ import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-Ct8jAxHT.js";
3
3
  import * as viem249 from "viem";
4
4
  import { Address } from "viem";
5
5
  import React, { ReactNode } from "react";
package/dist/client.js CHANGED
@@ -1,8 +1,8 @@
1
1
  'use client';
2
2
 
3
3
 
4
- import { r as lensAbi, t as optionsMarketAbi } from "./optionsMarket-DlorOgXd.js";
5
- import { C as token1ToToken0, D as getUniswapMathLens, E as getTimelockMarket, O as timelockLenses, S as token0ToToken1, T as getTimelockLens, b as roundTickDown, d as wrapPrice, h as getPriceAtTick, k as uniswapMathLenses, l as wrapAmount, m as PRICE_PRECISION, w as getErc20, y as liquiditiesToAmounts } from "./numberUtils-DmIl8J2d.js";
4
+ import { r as lensAbi, t as optionsMarketAbi } from "./optionsMarket-BW3qSfsm.js";
5
+ import { C as token1ToToken0, D as getUniswapMathLens, E as getTimelockMarket, O as timelockLenses, S as token0ToToken1, T as getTimelockLens, b as roundTickDown, d as wrapPrice, h as getPriceAtTick, k as uniswapMathLenses, l as wrapAmount, m as PRICE_PRECISION, w as getErc20, y as liquiditiesToAmounts } from "./numberUtils-DYkWKQ5v.js";
6
6
  import { n as uniswapV3PoolAbi, t as singleOwnerVaultAbi } from "./singleOwnerVault-BeJChjfJ.js";
7
7
  import { encodeAbiParameters, encodeFunctionData, erc20Abi, maxUint256, zeroAddress } from "viem";
8
8
  import React, { createContext, useContext, useMemo } from "react";
@@ -409,7 +409,6 @@ const useMintOption = (marketAddr) => {
409
409
  strikeTick,
410
410
  duration,
411
411
  maxUint256,
412
- false,
413
412
  await timelockLens.read.getRefTick([vault, strikeTick])
414
413
  ]
415
414
  });