File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
codegenerator/cli/src/config_parsing Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,9 @@ pub enum Network {
217217 #[ subenum( NetworkWithExplorer ) ]
218218 MantleTestnet = 5001 ,
219219
220+ #[ subenum( HypersyncNetwork ) ]
221+ MegaethTestnet = 6342 ,
222+
220223 #[ subenum( HypersyncNetwork ) ]
221224 Merlin = 4200 ,
222225
@@ -329,6 +332,9 @@ pub enum Network {
329332 #[ subenum( HypersyncNetwork ) ]
330333 SophonTestnet = 531050104 ,
331334
335+ #[ subenum( HypersyncNetwork ) ]
336+ Superseed = 5330 ,
337+
332338 #[ subenum( NetworkWithExplorer ) ]
333339 Taiko = 167000 ,
334340
@@ -503,7 +509,9 @@ impl Network {
503509 | Network :: XdcTestnet
504510 | Network :: Abstract
505511 | Network :: Hyperliquid
506- | Network :: PharosDevnet => DEFAULT_CONFIRMED_BLOCK_THRESHOLD ,
512+ | Network :: PharosDevnet
513+ | Network :: Superseed
514+ | Network :: MegaethTestnet => DEFAULT_CONFIRMED_BLOCK_THRESHOLD ,
507515 }
508516 }
509517}
@@ -564,7 +572,7 @@ impl HypersyncNetwork {
564572 | GnosisChiado | LuksoTestnet | BlastSepolia | Holesky | BerachainBartio
565573 | OptimismSepolia | Fuji | ArbitrumSepolia | Fraxtal | Soneium | BaseSepolia
566574 | MevCommit | Merlin | Mode | MoonbaseAlpha | XdcTestnet | Morph | Harmony
567- | Saakuru | Cyber => Stone ,
575+ | Saakuru | Cyber | Superseed | MegaethTestnet => Stone ,
568576 }
569577 }
570578
You can’t perform that action at this time.
0 commit comments