impermax-sdk 2.1.291 → 2.1.292

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,7 @@ class Offchain {
115
115
  }
116
116
  cleanCache() {
117
117
  this.lendingPoolsData = null;
118
+ this.nftlpsData = null;
118
119
  this.usersData = {};
119
120
  this.vaultsData = null;
120
121
  this.lendingVaultsUsersData = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.291",
3
+ "version": "2.1.292",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",