timelock-sdk 0.0.89 → 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-2PuKJF9C.d.cts → client-CGWZcidn.d.cts} +225 -225
- package/dist/client.cjs +1 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +1 -1
- package/dist/client.js +1 -1
- package/dist/client.js.map +1 -1
- package/dist/package.d.cts +1 -1
- package/package.json +1 -1
package/dist/client.cjs
CHANGED
|
@@ -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
|
});
|