timelock-sdk 0.0.193 → 0.0.195
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-djFGt-F6.d.cts → client-BPSH9Qlw.d.cts} +95 -95
- package/dist/{client-BOnQ_PaH.d.ts → client-DjkHbXra.d.ts} +700 -700
- package/dist/client.cjs +2 -2
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +2 -2
- package/dist/client.js.map +1 -1
- package/dist/{optionUtils-Bx5iAwn6.js → optionUtils-3iti3bSY.js} +14 -11
- package/dist/optionUtils-3iti3bSY.js.map +1 -0
- package/dist/{optionUtils-Cj8yps5O.cjs → optionUtils-C65WRbDm.cjs} +14 -11
- package/dist/optionUtils-C65WRbDm.cjs.map +1 -0
- package/dist/package.cjs +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/dist/package.js +1 -1
- package/package.json +1 -1
- package/dist/optionUtils-Bx5iAwn6.js.map +0 -1
- package/dist/optionUtils-Cj8yps5O.cjs.map +0 -1
package/dist/client.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
const require_optionUtils = require('./optionUtils-
|
|
3
|
+
const require_optionUtils = require('./optionUtils-C65WRbDm.cjs');
|
|
4
4
|
const require_statelessStateView = require('./statelessStateView-WNW62g3Q.cjs');
|
|
5
5
|
const require_factory = require('./factory-BieDxxUI.cjs');
|
|
6
6
|
let viem = require("viem");
|
|
@@ -1757,7 +1757,7 @@ const useStaticPricingParams = (pricingAddr) => {
|
|
|
1757
1757
|
//#endregion
|
|
1758
1758
|
//#region src/hooks/pricing/useUpdateMarketPricing.ts
|
|
1759
1759
|
const useUpdateMarketPricing = (marketAddr) => {
|
|
1760
|
-
const { writeContractAsync, ...rest } = (0, wagmi.useWriteContract)();
|
|
1760
|
+
const { mutateAsync: writeContractAsync, ...rest } = (0, wagmi.useWriteContract)();
|
|
1761
1761
|
const queryClient = (0, __tanstack_react_query.useQueryClient)();
|
|
1762
1762
|
const publicClient = (0, wagmi.usePublicClient)();
|
|
1763
1763
|
const chainId = (0, wagmi.useChainId)();
|