mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(op): type safety in computation of op tx metadata (#10619)
This commit is contained in:
@ -33,6 +33,7 @@ reth-chainspec.workspace = true
|
||||
alloy-primitives.workspace = true
|
||||
op-alloy-network.workspace = true
|
||||
revm.workspace = true
|
||||
op-alloy-rpc-types.workspace = true
|
||||
|
||||
# async
|
||||
parking_lot.workspace = true
|
||||
@ -47,6 +48,9 @@ serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-optimism-chainspec.workspace = true
|
||||
|
||||
[features]
|
||||
optimism = [
|
||||
"reth-evm-optimism/optimism",
|
||||
|
||||
Reference in New Issue
Block a user