timelock-sdk 0.0.88 → 0.0.90
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-6pZEu7Q3.d.cts → client-CGWZcidn.d.cts} +81 -81
- package/dist/client.cjs +2 -2
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +1 -1
- package/dist/client.js +2 -2
- package/dist/client.js.map +1 -1
- package/dist/{optionUtils-DqExG6k5.js → optionUtils-BkogxEAT.js} +2 -2
- package/dist/{optionUtils-DqExG6k5.js.map → optionUtils-BkogxEAT.js.map} +1 -1
- package/dist/{optionUtils-Dy9GlYwo.cjs → optionUtils-DNAmXoEX.cjs} +2 -2
- package/dist/{optionUtils-Dy9GlYwo.cjs.map → optionUtils-DNAmXoEX.cjs.map} +1 -1
- package/dist/package.cjs +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.js +1 -1
- package/package.json +1 -1
package/dist/client.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
const require_optionUtils = require('./optionUtils-
|
|
4
|
+
const require_optionUtils = require('./optionUtils-DNAmXoEX.cjs');
|
|
5
5
|
const require_optionsMarket = require('./optionsMarket-D6zrIXc3.cjs');
|
|
6
6
|
const require_singleOwnerVault = require('./singleOwnerVault-gf2zNZVk.cjs');
|
|
7
7
|
let viem = require("viem");
|
|
@@ -974,7 +974,7 @@ const useMintPerp = (marketAddr) => {
|
|
|
974
974
|
operator: operatorAddr,
|
|
975
975
|
canMint: true,
|
|
976
976
|
canExtend: true,
|
|
977
|
-
canExercise:
|
|
977
|
+
canExercise: true,
|
|
978
978
|
canTransfer: (userPerms === null || userPerms === void 0 ? void 0 : userPerms.canTransfer) || false,
|
|
979
979
|
spendingApproval: viem.maxUint256
|
|
980
980
|
});
|