From 906440aed99e1160a4770deca44ae1cba325ef8f Mon Sep 17 00:00:00 2001 From: rajat43 <89901304+rajat43@users.noreply.github.com> Date: Wed, 8 May 2024 16:50:20 +1000 Subject: [PATCH] Feat/add blast chain (#42) (#43) * chore: add new blast chain * chore: increment package version for release --- package.json | 2 +- src/chains/index.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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",