impermax-sdk 2.1.56 → 2.1.58

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.
@@ -90,7 +90,9 @@ class Offchain {
90
90
  // TODO fix conflicting lines (commented)
91
91
  //this.network = cfg.network;
92
92
  //this.chainId = cfg.chainId;
93
- this.whitelistedPairs = whitelist !== null && whitelist !== void 0 ? whitelist : {};
93
+ // TODO: refactor way of doing whitelist, messing up with user query since pairs dont get initialized
94
+ // this.whitelistedPairs = whitelist ?? {};
95
+ this.whitelistedPairs = {};
94
96
  this.offchainMultichain = offchainMultichain;
95
97
  this.network = network;
96
98
  this.chainId = chainId_1.CHAIN_IDS[network];
@@ -53,6 +53,7 @@ class OffchainAPRHelper {
53
53
  this.blacklistedProjects = new Set([
54
54
  "extra-finance",
55
55
  "beefy",
56
+ "impermax-finance"
56
57
  ]);
57
58
  this.offchainMultichain = offchainMultichain;
58
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.56",
3
+ "version": "2.1.58",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",