diff --git a/package.json b/package.json index b42e350..8383b78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.66", + "version": "0.1.67", "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 0362b5e..9b8fb7a 100644 --- a/src/chains/index.ts +++ b/src/chains/index.ts @@ -124,6 +124,7 @@ export enum ChainName { LINEA = "linea", SCROLL = "scroll", BLAST = "blast", + FRAXTAL = "fraxtal", // Cosmos AGORIC = "agoric", @@ -174,6 +175,7 @@ export enum NetworkIdentifier { LINEA = "linea", SCROLL = "scroll", BLAST = "blast", + FRAXTAL = "fraxtal", // COSMOS AGORIC = "agoric",