@huma-finance/widgets 0.0.69-beta.845 → 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/index.js CHANGED
@@ -7363,6 +7363,7 @@ function StellarTxSendModal(_ref) {
7363
7363
  handleSuccess();
7364
7364
  } catch (error) {
7365
7365
  const err = error;
7366
+ console.error(err);
7366
7367
  dispatch(setError({
7367
7368
  errorMessage: (err === null || err === void 0 ? void 0 : err.message) || ''
7368
7369
  }));
@@ -7405,7 +7406,7 @@ function Transfer$7(_ref) {
7405
7406
  const trancheVaultClient = new Client({
7406
7407
  publicKey: stellarAddress,
7407
7408
  contractId: selectedTranche === 'senior' ? poolInfo.seniorTranche : poolInfo.juniorTranche,
7408
- ...getClientCommonParams(chainMetadata)
7409
+ ...getClientCommonParams(chainMetadata, stellarAddress)
7409
7410
  });
7410
7411
  const tx = await trancheVaultClient.deposit({
7411
7412
  lender: stellarAddress,