Skip to content

Commit

Permalink
lint: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Oct 15, 2024
1 parent f3a8687 commit 0606be1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/node/da_clients/src/avail/client.rs
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
use anyhow::anyhow;
use async_trait::async_trait;
use blake2::digest::crypto_common::rand_core::block;
use bytes::Bytes;
use jsonrpsee::ws_client::WsClientBuilder;
use serde::{Deserialize, Serialize};
use std::{fmt::Debug, sync::Arc};
use subxt_signer::ExposeSecret;
use zksync_config::configs::da_client::avail::{
AvailClientConfig, AvailConfig, AvailDefaultConfig, AvailGasRelayConfig, AvailSecrets,
AvailClientConfig, AvailConfig, AvailGasRelayConfig, AvailSecrets,
};
use zksync_da_client::{
types::{DAError, DispatchResponse, InclusionData},
DataAvailabilityClient,
};
use zksync_types::{
api_key::APIKey,
ethabi::{self, Token},
web3::contract::Tokenize,
H256, U256,
Expand Down

0 comments on commit 0606be1

Please sign in to comment.