@aurigami/sdk 1.17.4 → 1.17.5

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/sdk.esm.js CHANGED
@@ -3967,7 +3967,7 @@ var PulpReadWrite = /*#__PURE__*/function (_PulpRead) {
3967
3967
  while (1) switch (_context2.prev = _context2.next) {
3968
3968
  case 0:
3969
3969
  amountToRedeem = BigNumber$1.from(amount.rawAmount());
3970
- return _context2.abrupt("return", this.env.pulp.redeem(recipient, amountToRedeem));
3970
+ return _context2.abrupt("return", this.env.pulp.connect(this._networkConnection.signer).redeem(recipient, amountToRedeem));
3971
3971
  case 2:
3972
3972
  case "end":
3973
3973
  return _context2.stop();