@gearbox-protocol/sdk 1.15.2 → 1.15.3

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.
@@ -132,6 +132,9 @@ var PoolRewards = /** @class */ (function () {
132
132
  totalSupplyRange.addValue(e.blockNumber, totalSupply);
133
133
  }
134
134
  else {
135
+ if (!balances[from]) {
136
+ console.log("FROM", from);
137
+ }
135
138
  balances[from] = balances[from].sub(e.args.value);
136
139
  balancesRange[from].addValue(e.blockNumber, balances[from]);
137
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "1.15.2",
3
+ "version": "1.15.3",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",