mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
fix: Apply precompiles for eth_call and eth_estimateGas
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -9350,6 +9350,7 @@ dependencies = [
|
||||
"reth-db-api",
|
||||
"reth-discv4",
|
||||
"reth-engine-primitives",
|
||||
"reth-errors",
|
||||
"reth-eth-wire",
|
||||
"reth-eth-wire-types",
|
||||
"reth-ethereum-forks",
|
||||
@ -9370,9 +9371,13 @@ dependencies = [
|
||||
"reth-provider",
|
||||
"reth-revm",
|
||||
"reth-rpc",
|
||||
"reth-rpc-convert",
|
||||
"reth-rpc-engine-api",
|
||||
"reth-rpc-eth-api",
|
||||
"reth-rpc-eth-types",
|
||||
"reth-rpc-server-types",
|
||||
"reth-stages-types",
|
||||
"reth-storage-api",
|
||||
"reth-tracing",
|
||||
"reth-transaction-pool",
|
||||
"reth-trie-common",
|
||||
|
||||
Reference in New Issue
Block a user