impermax-sdk 1.2.32 → 1.2.33

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.
@@ -464,6 +464,8 @@ function initializeTvlData() {
464
464
  types_1.Networks.Fantom,
465
465
  types_1.Networks.Canto,
466
466
  types_1.Networks.ZksyncEra,
467
+ types_1.Networks.Mantle,
468
+ types_1.Networks.Base,
467
469
  ]; // exclude ropsten
468
470
  const calls = [];
469
471
  for (const network of networks) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.32",
3
+ "version": "1.2.33",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",