We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e4223 commit 31f6cf7Copy full SHA for 31f6cf7
aggregation_mode/src/backend/mod.rs
@@ -11,11 +11,11 @@ use crate::aggregators::{
11
};
12
13
use alloy::{
14
- consensus::{Blob, BlobTransactionSidecar},
+ consensus::{BlobTransactionSidecar},
15
eips::eip4844::BYTES_PER_BLOB,
16
hex,
17
network::EthereumWallet,
18
- primitives::{Address, FixedBytes},
+ primitives::{Address},
19
providers::{PendingTransactionError, ProviderBuilder},
20
rpc::types::TransactionReceipt,
21
signers::local::LocalSigner,
0 commit comments