Skip to content

Commit

Permalink
chore: add Immutable types
Browse files Browse the repository at this point in the history
- ChainName and NetworkIdentifier
  • Loading branch information
corysquid committed Jun 12, 2024
1 parent a1a00b0 commit 72525ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export enum ChainName {
FANTOM = "Fantom",
FILECOIN = "filecoin",
FILECOIN2 = "filecoin-2", //testnet
IMMUTABLE_ZKEVM = "immutable",
KAVA = "kava",
MANTLE = "mantle",
MOONBEAM = "Moonbeam",
Expand Down Expand Up @@ -167,6 +168,7 @@ export enum NetworkIdentifier {
CELO = "celo",
FANTOM = "fantom",
FILECOIN = "filecoin",
IMMUTABLE = "immutable",
KAVA = "kava",
MANTLE = "mantle",
MOONBEAM = "moonbeam",
Expand Down

0 comments on commit 72525ff

Please sign in to comment.