Skip to content

Commit

Permalink
Mark Tangle as Bronze HyperSync network (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh authored Dec 5, 2024
1 parent 415d1fa commit b9891e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegenerator/cli/src/config_parsing/chain_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ pub enum Network {
#[subenum(NetworkWithExplorer)]
Taiko = 167000,

#[subenum(NetworkWithExplorer)]
#[subenum(HypersyncNetwork, NetworkWithExplorer)]
Tangle = 5845,

#[subenum(HypersyncNetwork, NetworkWithExplorer)]
Expand Down Expand Up @@ -507,7 +507,7 @@ impl HypersyncNetwork {
| Holesky => Silver,

Zora | MoonbaseAlpha | Morph | LuksoTestnet | Kroma | GnosisChiado | Lukso | Gnosis
| C1Milkomeda | Crab | Sophon | Flare | PolygonZkevm | MevCommit => Bronze,
| C1Milkomeda | Crab | Sophon | Flare | PolygonZkevm | MevCommit | Tangle => Bronze,

SophonTestnet | MorphTestnet | GaladrielDevnet | CitreaTestnet | Goerli
| BscTestnet | UnichainSepolia | Zircuit => Experimental,
Expand Down

0 comments on commit b9891e3

Please sign in to comment.