File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ rand.workspace = true
1515anyhow.workspace = true
1616tokio.workspace = true
1717alloy.workspace = true
18- jsonrpsee.workspace = true
18+ jsonrpsee = { workspace = true , features = [" jsonrpsee-http-client" ] }
19+ jsonrpsee-core = " 0.24.7"
1920
2021
2122[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ use std::sync::{
88use alloy:: dyn_abi:: Eip712Domain ;
99use anyhow:: { Error , Result } ;
1010use jsonrpsee:: {
11- core:: { async_trait, client :: ClientT } ,
11+ core:: async_trait,
1212 http_client:: { HttpClient , HttpClientBuilder } ,
1313 proc_macros:: rpc,
1414 rpc_params,
1515 server:: { ServerBuilder , ServerHandle } ,
1616} ;
17+ use jsonrpsee_core:: client:: ClientT ;
1718use tap_aggregator:: jsonrpsee_helpers;
1819use tap_core:: {
1920 manager:: {
You can’t perform that action at this time.
0 commit comments