@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.
package/dist/sdk.esm.js CHANGED
@@ -3951,7 +3951,7 @@ var PulpRead = /*#__PURE__*/function (_BlockchainEntityRead) {
3951
3951
  return _regeneratorRuntime().wrap(function _callee$(_context) {
3952
3952
  while (1) switch (_context.prev = _context.next) {
3953
3953
  case 0:
3954
- return _context.abrupt("return", this.env.pulp.getMaxAmountRedeemable(user));
3954
+ return _context.abrupt("return", this.env.pulp.earlyRedeems(user));
3955
3955
  case 1:
3956
3956
  case "end":
3957
3957
  return _context.stop();