@aurigami/sdk 1.18.6 → 1.18.7

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.18.6",
2
+ "version": "1.18.7",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -209,7 +209,7 @@ export class MoneyMarketRead extends BlockchainEntityRead {
209
209
  if (helpers.isSameAddress(this.underlying.address, consts.networkAddresses.tokens.NEARX)) {
210
210
  depositStaderApy = helpers.calcLMRewardApr(
211
211
  await fetchValuation(
212
- TokenAmount.fromAddressAndAmount(consts.networkAddresses.tokens.STADER, '0', false),
212
+ TokenAmount.fromAddressAndAmount(consts.networkAddresses.tokens.STADER, '50', false),
213
213
  this._networkConnection.provider
214
214
  ),
215
215
  underlyingPrice.multipliedBy(totalDeposited.formattedAmount()),