@aurigami/sdk 1.18.1 → 1.18.2

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.
@@ -3956,7 +3956,7 @@ var PulpRead = /*#__PURE__*/function (_BlockchainEntityRead) {
3956
3956
  return _regeneratorRuntime().wrap(function _callee$(_context) {
3957
3957
  while (1) switch (_context.prev = _context.next) {
3958
3958
  case 0:
3959
- return _context.abrupt("return", this.env.pulp.getMaxAmountRedeemable(user));
3959
+ return _context.abrupt("return", this.env.pulp.earlyRedeems(user));
3960
3960
  case 1:
3961
3961
  case "end":
3962
3962
  return _context.stop();