@aurigami/sdk 1.20.0 → 1.20.1
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 +1 -1
- 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 +1 -1
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/interactors/MoneyMarket.ts +1 -1
package/dist/sdk.esm.js
CHANGED
|
@@ -2983,7 +2983,7 @@ var MoneyMarketRead = /*#__PURE__*/function (_BlockchainEntityRead) {
|
|
|
2983
2983
|
}
|
|
2984
2984
|
_context14.t0 = helpers;
|
|
2985
2985
|
_context14.next = 13;
|
|
2986
|
-
return fetchValuation(TokenAmount.fromAddressAndAmount(networkAddresses.tokens.STADER, '
|
|
2986
|
+
return fetchValuation(TokenAmount.fromAddressAndAmount(networkAddresses.tokens.STADER, '40', false), this._networkConnection.provider);
|
|
2987
2987
|
case 13:
|
|
2988
2988
|
_context14.t1 = _context14.sent;
|
|
2989
2989
|
_context14.t2 = underlyingPrice.multipliedBy(totalDeposited.formattedAmount());
|