impermax-sdk 2.1.345 → 2.1.346

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.
@@ -115,6 +115,8 @@ class PonderQueryBuilder {
115
115
  supplyPositions(where: { factoryId: "${impermax_factories_1.IMPERMAX_FACTORY[network][factory]}" }) {
116
116
  items {
117
117
  balance
118
+ cumulativeEarnings
119
+ lastExchangeRate
118
120
  borrowable {
119
121
  id
120
122
  underlying {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.345",
3
+ "version": "2.1.346",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",