Skip to content

Commit

Permalink
Feat/add fraxtal chain (#55)
Browse files Browse the repository at this point in the history
* chore: add fraxtal chain

* chore: increment package version
  • Loading branch information
rajat43 authored May 21, 2024
1 parent ecb7189 commit 1c8f6dc
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 @@ -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 1c8f6dc

Please sign in to comment.