Skip to content

Commit

Permalink
fix(rpc-jsonrpsee): crate rename
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 25, 2024
1 parent aa18b70 commit 67f28a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/rpc-jsonrpsee/src/traits.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
//! Rollup Node
use jsonrpsee_types::ResponsePayload;
use jsonrpsee::{core::RpcResult, proc_macros::rpc};
use jsonrpsee::{RpcResult, proc_macros::rpc};
use alloy_eips::BlockNumberOrTag;
use op_alloy_rpc_types::sync::{OutputResponse, RollupConfig, SyncStatus};
use op_alloy_rpc_types::sync::SyncStatus;

/// Optimism specified rpc interface.
/// https://docs.optimism.io/builders/node-operators/json-rpc
Expand Down

0 comments on commit 67f28a2

Please sign in to comment.