@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.
package/dist/index.js
CHANGED
|
@@ -4597,7 +4597,7 @@ function Transfer$f(_ref) {
|
|
|
4597
4597
|
return jsx(TxSendModalV2, {
|
|
4598
4598
|
contract: trancheVaultContract,
|
|
4599
4599
|
method: "addRedemptionRequest",
|
|
4600
|
-
params: [redeemSharesBN],
|
|
4600
|
+
params: [account, redeemSharesBN],
|
|
4601
4601
|
handleSuccess: handleSuccess
|
|
4602
4602
|
});
|
|
4603
4603
|
}
|