@aurigami/sdk 1.18.0 → 1.18.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 +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/abis/index.ts +1 -1
- package/src/entities/auriEnv.ts +2 -2
- package/src/interactors/MoneyMarket.ts +2 -2
- package/src/interactors/PlyTokenLock.ts +1 -1
- package/src/interactors/index.ts +1 -1
package/dist/sdk.esm.js
CHANGED
|
@@ -2740,7 +2740,7 @@ var MoneyMarketRead = /*#__PURE__*/function (_BlockchainEntityRead) {
|
|
|
2740
2740
|
}
|
|
2741
2741
|
_context13.t0 = helpers;
|
|
2742
2742
|
_context13.next = 9;
|
|
2743
|
-
return fetchValuation(TokenAmount.fromAddressAndAmount(networkAddresses.tokens.META, '
|
|
2743
|
+
return fetchValuation(TokenAmount.fromAddressAndAmount(networkAddresses.tokens.META, '750000', false), this._networkConnection.provider);
|
|
2744
2744
|
case 9:
|
|
2745
2745
|
_context13.t1 = _context13.sent;
|
|
2746
2746
|
_context13.t2 = underlyingPrice.multipliedBy(totalDeposited.formattedAmount());
|
|
@@ -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, '
|
|
2791
|
+
return fetchValuation(TokenAmount.fromAddressAndAmount(networkAddresses.tokens.STADER, '95', false), this._networkConnection.provider);
|
|
2792
2792
|
case 13:
|
|
2793
2793
|
_context14.t1 = _context14.sent;
|
|
2794
2794
|
_context14.t2 = underlyingPrice.multipliedBy(totalDeposited.formattedAmount());
|