aftermath-ts-sdk 1.2.66-temp.1 → 1.2.67

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.
@@ -147,7 +147,7 @@ class FarmsStakedPosition extends caller_1.Caller {
147
147
  this.rewardsEarned = (inputs) => {
148
148
  if (inputs.stakingPool.rewardCoin(inputs).actualRewards === BigInt(0))
149
149
  return BigInt(0);
150
- this.updatePosition(inputs);
150
+ // this.updatePosition(inputs);
151
151
  const rewardCoin = this.rewardCoin(inputs);
152
152
  const totalRewards = rewardCoin.multiplierRewardsAccumulated +
153
153
  rewardCoin.baseRewardsAccumulated;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aftermath-ts-sdk",
3
- "version": "1.2.66-temp.1",
3
+ "version": "1.2.67",
4
4
  "description": "Aftermath TypeScript SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",