diff --git a/package.json b/package.json index c146ad9..694568b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.61", + "version": "0.1.62", "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 36c5ea0..0362b5e 100644 --- a/src/chains/index.ts +++ b/src/chains/index.ts @@ -123,6 +123,7 @@ export enum ChainName { POLYGON = "Polygon", LINEA = "linea", SCROLL = "scroll", + BLAST = "blast", // Cosmos AGORIC = "agoric", @@ -172,6 +173,7 @@ export enum NetworkIdentifier { POLYGON = "polygon", LINEA = "linea", SCROLL = "scroll", + BLAST = "blast", // COSMOS AGORIC = "agoric",