@huma-finance/widgets 0.0.63-beta.741 → 0.0.63-beta.742

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.
@@ -4614,7 +4614,7 @@ function Transfer$f(_ref) {
4614
4614
  return jsxRuntime.jsx(TxSendModalV2, {
4615
4615
  contract: trancheVaultContract,
4616
4616
  method: "addRedemptionRequest",
4617
- params: [redeemSharesBN],
4617
+ params: [account, redeemSharesBN],
4618
4618
  handleSuccess: handleSuccess
4619
4619
  });
4620
4620
  }