timelock-sdk 0.0.104 → 0.0.105

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.cjs CHANGED
@@ -1076,7 +1076,6 @@ const useMintPerp = (marketAddr) => {
1076
1076
  await askForApproval(payoutAsset, marketAddr, (premium + protocolFee) * 11n / 10n);
1077
1077
  await operator.mintPerp({
1078
1078
  marketAddr,
1079
- userAddr: address,
1080
1079
  amount,
1081
1080
  optionType,
1082
1081
  duration,