impermax-sdk 2.1.101 → 2.1.102

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.
@@ -138,6 +138,9 @@ class OffchainVault extends offchainPoolToken_1.default {
138
138
  ]);
139
139
  if (stables.includes(token))
140
140
  return true;
141
+ // Temporary fix for usdc.e
142
+ if (token.toLowerCase() === "usdc.e")
143
+ return true;
141
144
  return false;
142
145
  });
143
146
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.101",
3
+ "version": "2.1.102",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",