@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.cjs.development.js +2 -2
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js +2 -2
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/interactors/MoneyMarket.ts +1 -1
- package/src/interactors/Pulp.ts +1 -1
|
@@ -2793,7 +2793,7 @@ var MoneyMarketRead = /*#__PURE__*/function (_BlockchainEntityRead) {
|
|
|
2793
2793
|
}
|
|
2794
2794
|
_context14.t0 = helpers;
|
|
2795
2795
|
_context14.next = 13;
|
|
2796
|
-
return fetchValuation(TokenAmount.fromAddressAndAmount(networkAddresses.tokens.STADER, '
|
|
2796
|
+
return fetchValuation(TokenAmount.fromAddressAndAmount(networkAddresses.tokens.STADER, '81', false), this._networkConnection.provider);
|
|
2797
2797
|
case 13:
|
|
2798
2798
|
_context14.t1 = _context14.sent;
|
|
2799
2799
|
_context14.t2 = underlyingPrice.multipliedBy(totalDeposited.formattedAmount());
|
|
@@ -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.
|
|
3959
|
+
return _context.abrupt("return", this.env.pulp.earlyRedeems(user));
|
|
3960
3960
|
case 1:
|
|
3961
3961
|
case "end":
|
|
3962
3962
|
return _context.stop();
|