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) {
|