chore: op chainspec (#11415)

This commit is contained in:
greged93
2024-10-04 12:06:06 +02:00
committed by GitHub
parent c5cfaf116b
commit 72e0ab1000
6 changed files with 338 additions and 349 deletions

View File

@ -26,12 +26,15 @@ alloy-chains.workspace = true
alloy-genesis.workspace = true
alloy-primitives.workspace = true
# op
op-alloy-rpc-types.workspace = true
# io
serde_json.workspace = true
# misc
once_cell.workspace = true
derive_more.workspace = true
once_cell.workspace = true
[dev-dependencies]
reth-chainspec = { workspace = true, features = ["test-utils"] }