Skip to content

Commit

Permalink
add cosmos chains
Browse files Browse the repository at this point in the history
  • Loading branch information
nnoln committed Aug 29, 2024
1 parent 58627ba commit 3cce321
Show file tree
Hide file tree
Showing 2 changed files with 5 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.99",
"version": "0.1.100",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ export enum ChainName {
CHAIN4ENERGY = "c4e",
SAGA = "saga",
NIBIRU = "nibiru",
LAVA = "lava",
KYVE = "kyve",

// BTC
BITCOIN = "bitcoin",
Expand Down Expand Up @@ -278,6 +280,8 @@ export enum NetworkIdentifier {
CHAIN4ENERGY = "c4e",
SAGA = "saga",
NIBIRU = "nibiru",
LAVA = "lava",
KYVE = "kyve",

// BTC
BITCOIN = "bitcoin",
Expand Down

0 comments on commit 3cce321

Please sign in to comment.