mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(op): Add OpChainSpec (#10516)
This commit is contained in:
@ -27,7 +27,7 @@ reth-primitives.workspace = true
|
||||
|
||||
## optimisim
|
||||
reth-optimism-primitives.workspace = true
|
||||
reth-optimism-chainspec = { workspace = true, features = ["optimism"] }
|
||||
reth-optimism-chainspec.workspace = true
|
||||
|
||||
reth-chainspec.workspace = true
|
||||
reth-stages-types.workspace = true
|
||||
@ -39,14 +39,11 @@ reth-evm-optimism.workspace = true
|
||||
reth-cli.workspace = true
|
||||
|
||||
# eth
|
||||
alloy-genesis.workspace = true
|
||||
alloy-primitives.workspace = true
|
||||
alloy-rlp.workspace = true
|
||||
|
||||
|
||||
# misc
|
||||
shellexpand.workspace = true
|
||||
serde_json.workspace = true
|
||||
futures-util.workspace = true
|
||||
clap = { workspace = true, features = ["derive", "env"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user