Skip to content

Commit

Permalink
Fix chains order
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Feb 20, 2025
1 parent a511bf3 commit a1d02f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions codegenerator/cli/src/config_parsing/chain_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ pub enum Network {
#[subenum(HypersyncNetwork, NetworkWithExplorer)]
Kroma = 255,

#[subenum(HypersyncNetwork)]
Unichain = 130,

#[subenum(HypersyncNetwork, NetworkWithExplorer)]
Linea = 59144,

Expand Down Expand Up @@ -235,9 +232,6 @@ pub enum Network {
#[subenum(HypersyncNetwork)]
MonadTestnet = 10143,

#[subenum(HypersyncNetwork)]
MosaicMatrix = 41454,

#[subenum(
HypersyncNetwork,
NetworkWithExplorer,
Expand All @@ -257,6 +251,9 @@ pub enum Network {
#[subenum(HypersyncNetwork, NetworkWithExplorer)]
MorphTestnet = 2810,

#[subenum(HypersyncNetwork)]
MosaicMatrix = 41454,

#[subenum(GraphNetwork)]
Mumbai = 80001,

Expand Down Expand Up @@ -330,6 +327,9 @@ pub enum Network {
#[subenum(NetworkWithExplorer)]
Tangle = 5845,

#[subenum(HypersyncNetwork)]
Unichain = 130,

#[subenum(HypersyncNetwork, NetworkWithExplorer)]
UnichainSepolia = 1301,

Expand Down

0 comments on commit a1d02f6

Please sign in to comment.