Skip to content

Commit

Permalink
Feat/add blast chain (#42) (#43)
Browse files Browse the repository at this point in the history
* chore: add new blast chain

* chore: increment package version for release
  • Loading branch information
rajat43 authored May 8, 2024
1 parent 47cb129 commit 906440a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export enum ChainName {
POLYGON = "Polygon",
LINEA = "linea",
SCROLL = "scroll",
BLAST = "blast",

// Cosmos
AGORIC = "agoric",
Expand Down Expand Up @@ -172,6 +173,7 @@ export enum NetworkIdentifier {
POLYGON = "polygon",
LINEA = "linea",
SCROLL = "scroll",
BLAST = "blast",

// COSMOS
AGORIC = "agoric",
Expand Down

0 comments on commit 906440a

Please sign in to comment.