@aurigami/sdk 1.18.1 → 1.18.3

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
@@ -2788,7 +2788,7 @@ var MoneyMarketRead = /*#__PURE__*/function (_BlockchainEntityRead) {
2788
2788
  }
2789
2789
  _context14.t0 = helpers;
2790
2790
  _context14.next = 13;
2791
- return fetchValuation(TokenAmount.fromAddressAndAmount(networkAddresses.tokens.STADER, '95', false), this._networkConnection.provider);
2791
+ return fetchValuation(TokenAmount.fromAddressAndAmount(networkAddresses.tokens.STADER, '81', false), this._networkConnection.provider);
2792
2792
  case 13:
2793
2793
  _context14.t1 = _context14.sent;
2794
2794
  _context14.t2 = underlyingPrice.multipliedBy(totalDeposited.formattedAmount());
@@ -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();