Skip to content

Commit

Permalink
chore - clean provider comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvisacker committed Sep 25, 2024
1 parent a49d6fc commit 61dd408
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ use alloy_chains::{Chain, NamedChain};
use std::env;
use std::sync::Arc;

// pub type SignerProvider = FillProvider<
// JoinFill<Identity, WalletFiller<EthereumWallet>>,
// RootProvider<BoxTransport>,
// BoxTransport,
// Ethereum,
// >;

pub type SignerProvider = FillProvider<
JoinFill<
JoinFill<
Expand Down

0 comments on commit 61dd408

Please sign in to comment.