Skip to content

Commit

Permalink
add neutron info (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnoln authored Jun 27, 2024
1 parent 73866e1 commit a5b606e
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.81",
"version": "0.1.82",
"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 @@ -143,6 +143,7 @@ export enum ChainName {
JUNO = "juno",
KI = "ki",
KUJIRA = "kujira",
NEUTRON = "neutron",
NOBLE = "noble",
OSMOSIS = "osmosis",
OSMOSIS7 = "osmosis-7", //testnet
Expand Down Expand Up @@ -197,6 +198,7 @@ export enum NetworkIdentifier {
KI = "ki",
KUJIRA = "kujira",
NOBLE = "noble",
NEUTRON = "neutron",
OSMOSIS = "osmosis",
REGEN = "regen",
SEI = "sei",
Expand Down

0 comments on commit a5b606e

Please sign in to comment.