Skip to content

Commit

Permalink
Sync tiers (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh authored Jan 14, 2025
1 parent b2ef0e2 commit ec730b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions codegenerator/cli/src/config_parsing/chain_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,7 @@ impl HypersyncNetwork {
use HypersyncNetwork::*;
match self {
EthereumMainnet | Fantom | Zeta | Sepolia | Metis | ZksyncEra | Optimism
| ArbitrumSepolia | ArbitrumNova | Avalanche | Polygon | Bsc | Mantle | BaseSepolia
| Gnosis => Gold,
| ArbitrumNova | Avalanche | Polygon | Bsc | Mantle | BaseSepolia | Gnosis => Gold,

Manta | Base | Boba | Blast | Cyber | Aurora | Harmony | Scroll | Darwinia | Mode
| Rsk | ShimmerEvm | Linea | Amoy | Saakuru | Moonbeam | Lisk | Chiliz
Expand All @@ -516,7 +515,7 @@ impl HypersyncNetwork {
SophonTestnet | MorphTestnet | GaladrielDevnet | CitreaTestnet | Goerli
| BscTestnet | UnichainSepolia | Zircuit | Celo | Opbnb | GnosisChiado
| LuksoTestnet | BlastSepolia | Holesky | BerachainBartio | OptimismSepolia | Fuji
| NeonEvm | Fraxtal => Experimental,
| NeonEvm | Fraxtal | ArbitrumSepolia => Experimental,
}
}

Expand Down

0 comments on commit ec730b5

Please sign in to comment.