@aurigami/sdk 1.19.5 → 1.19.6

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.19.5",
2
+ "version": "1.19.6",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -182,7 +182,7 @@ export class MoneyMarketRead extends BlockchainEntityRead {
182
182
  if (helpers.isSameAddress(this.underlying.address, consts.networkAddresses.tokens.stNEAR)) {
183
183
  depositMETAApy = helpers.calcLMRewardApr(
184
184
  await fetchValuation(
185
- TokenAmount.fromAddressAndAmount(consts.networkAddresses.tokens.META, '750000', false),
185
+ TokenAmount.fromAddressAndAmount(consts.networkAddresses.tokens.META, '500000', false),
186
186
  this._networkConnection.provider
187
187
  ),
188
188
  underlyingPrice.multipliedBy(totalDeposited.formattedAmount()),