chore: Introduce helper type for evm cfg and env tuple (#13377)

This commit is contained in:
Ayodeji Akinola
2024-12-14 09:53:59 +01:00
committed by GitHub
parent 16f6d7a0c3
commit b525231224
33 changed files with 290 additions and 165 deletions

2
Cargo.lock generated
View File

@ -2944,6 +2944,7 @@ dependencies = [
"eyre",
"reth",
"reth-chainspec",
"reth-evm",
"reth-evm-ethereum",
"reth-node-api",
"reth-node-core",
@ -3132,6 +3133,7 @@ dependencies = [
"parking_lot",
"reth",
"reth-chainspec",
"reth-evm",
"reth-node-api",
"reth-node-core",
"reth-node-ethereum",