diff --git a/package.json b/package.json index b799569..5a196c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.78", + "version": "0.1.79", "description": "JS and TS types relating to 0xsquid related projects.", "main": "dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/chains/index.ts b/src/chains/index.ts index 9b8fb7a..db2d8f8 100644 --- a/src/chains/index.ts +++ b/src/chains/index.ts @@ -115,6 +115,7 @@ export enum ChainName { FANTOM = "Fantom", FILECOIN = "filecoin", FILECOIN2 = "filecoin-2", //testnet + IMMUTABLE_ZKEVM = "immutable", KAVA = "kava", MANTLE = "mantle", MOONBEAM = "Moonbeam", @@ -167,6 +168,7 @@ export enum NetworkIdentifier { CELO = "celo", FANTOM = "fantom", FILECOIN = "filecoin", + IMMUTABLE_ZKEVM = "immutable", KAVA = "kava", MANTLE = "mantle", MOONBEAM = "moonbeam",