@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.
@@ -3972,7 +3972,7 @@ var PulpReadWrite = /*#__PURE__*/function (_PulpRead) {
3972
3972
  while (1) switch (_context2.prev = _context2.next) {
3973
3973
  case 0:
3974
3974
  amountToRedeem = ethers.BigNumber.from(amount.rawAmount());
3975
- return _context2.abrupt("return", this.env.pulp.redeem(recipient, amountToRedeem));
3975
+ return _context2.abrupt("return", this.env.pulp.connect(this._networkConnection.signer).redeem(recipient, amountToRedeem));
3976
3976
  case 2:
3977
3977
  case "end":
3978
3978
  return _context2.stop();