mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
refactor(optimism/rpc): Use alloy RpcClient in SequencerClient (#15346)
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -9119,10 +9119,14 @@ version = "1.3.4"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
"alloy-json-rpc",
|
||||
"alloy-primitives",
|
||||
"alloy-rpc-client",
|
||||
"alloy-rpc-types-debug",
|
||||
"alloy-rpc-types-engine",
|
||||
"alloy-rpc-types-eth",
|
||||
"alloy-transport",
|
||||
"alloy-transport-http",
|
||||
"async-trait",
|
||||
"derive_more 2.0.1",
|
||||
"jsonrpsee",
|
||||
@@ -9159,7 +9163,6 @@ dependencies = [
|
||||
"reth-tasks",
|
||||
"reth-transaction-pool",
|
||||
"revm",
|
||||
"serde_json",
|
||||
"thiserror 2.0.12",
|
||||
"tokio",
|
||||
"tracing",
|
||||
|
||||
Reference in New Issue
Block a user