mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
[Feature]: Add Opstack superchain registry support for genesis files (#14260)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
13
Cargo.lock
generated
13
Cargo.lock
generated
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user