@huma-finance/widgets 0.0.69-beta.847 → 0.0.69-beta.849
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/cjs/index.cjs
CHANGED
|
@@ -7380,6 +7380,7 @@ function StellarTxSendModal(_ref) {
|
|
|
7380
7380
|
handleSuccess();
|
|
7381
7381
|
} catch (error) {
|
|
7382
7382
|
const err = error;
|
|
7383
|
+
console.error(err);
|
|
7383
7384
|
dispatch(setError({
|
|
7384
7385
|
errorMessage: (err === null || err === void 0 ? void 0 : err.message) || ''
|
|
7385
7386
|
}));
|
|
@@ -7422,7 +7423,7 @@ function Transfer$7(_ref) {
|
|
|
7422
7423
|
const trancheVaultClient = new sorobanTrancheVault.Client({
|
|
7423
7424
|
publicKey: stellarAddress,
|
|
7424
7425
|
contractId: selectedTranche === 'senior' ? poolInfo.seniorTranche : poolInfo.juniorTranche,
|
|
7425
|
-
...webShared.getClientCommonParams(chainMetadata)
|
|
7426
|
+
...webShared.getClientCommonParams(chainMetadata, stellarAddress)
|
|
7426
7427
|
});
|
|
7427
7428
|
const tx = await trancheVaultClient.deposit({
|
|
7428
7429
|
lender: stellarAddress,
|