mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump alloy and rm EvmOverrides (#8875)
This commit is contained in:
@ -8,5 +8,6 @@ license.workspace = true
|
||||
[dependencies]
|
||||
reth.workspace = true
|
||||
reth-node-ethereum.workspace = true
|
||||
reth-rpc-types.workspace = true
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
futures-util.workspace = true
|
||||
@ -21,13 +21,11 @@ use reth::{
|
||||
interpreter::{Interpreter, OpCode},
|
||||
Database, Evm, EvmContext, Inspector,
|
||||
},
|
||||
rpc::{
|
||||
compat::transaction::transaction_to_call_request,
|
||||
eth::{revm_utils::EvmOverrides, EthTransactions},
|
||||
},
|
||||
rpc::{compat::transaction::transaction_to_call_request, eth::EthTransactions},
|
||||
transaction_pool::TransactionPool,
|
||||
};
|
||||
use reth_node_ethereum::node::EthereumNode;
|
||||
use reth_rpc_types::state::EvmOverrides;
|
||||
|
||||
fn main() {
|
||||
Cli::<RethCliTxpoolExt>::parse()
|
||||
|
||||
Reference in New Issue
Block a user