mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move op types; less op cfgs (#7255)
This commit is contained in:
@ -36,7 +36,7 @@ metrics.workspace = true
|
||||
|
||||
# misc
|
||||
thiserror.workspace = true
|
||||
sha2 = { version = "0.10", default-features = false }
|
||||
sha2.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
@ -44,10 +44,4 @@ revm.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
[features]
|
||||
test-utils = []
|
||||
optimism = [
|
||||
"reth-primitives/optimism",
|
||||
"reth-rpc-types/optimism",
|
||||
"reth-rpc-types-compat/optimism",
|
||||
"reth-interfaces/optimism",
|
||||
]
|
||||
test-utils = []
|
||||
Reference in New Issue
Block a user