[Feature]: Add Opstack superchain registry support for genesis files (#14260)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Shourya Chaudhry
2025-02-13 16:21:18 +05:30
committed by GitHub
parent 46462ae0a6
commit 84a375698d
6 changed files with 185 additions and 0 deletions

13
Cargo.lock generated
View File

@ -8353,6 +8353,19 @@ dependencies = [
"reth-storage-api",
]
[[package]]
name = "reth-optimism-chain-registry"
version = "1.2.0"
dependencies = [
"eyre",
"reqwest",
"reth-fs-util",
"serde_json",
"tempfile",
"tracing",
"zstd",
]
[[package]]
name = "reth-optimism-chainspec"
version = "1.2.0"