Skip to content

Commit

Permalink
Merge pull request #57 from 0xsquid/develop
Browse files Browse the repository at this point in the history
Release to main from Develop
  • Loading branch information
rajat43 authored May 21, 2024
2 parents d73c32a + 1284f69 commit ed3bd14
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.67",
"version": "0.1.68",
"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 @@ -124,6 +124,7 @@ export enum ChainName {
LINEA = "linea",
SCROLL = "scroll",
BLAST = "blast",
FRAXTAL = "fraxtal",

// Cosmos
AGORIC = "agoric",
Expand Down Expand Up @@ -174,6 +175,7 @@ export enum NetworkIdentifier {
LINEA = "linea",
SCROLL = "scroll",
BLAST = "blast",
FRAXTAL = "fraxtal",

// COSMOS
AGORIC = "agoric",
Expand Down

0 comments on commit ed3bd14

Please sign in to comment.