Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Jan 8, 2025
1 parent 7267ce4 commit d3694c8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions crates/provider/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,25 +112,6 @@ pub struct ProviderBuilder<L, F, N = Ethereum> {
network: PhantomData<fn() -> N>,
}

// impl ProviderBuilder<Identity, Identity, Ethereum> {
// /// Create a new [`ProviderBuilder`] with recommended fillers enabled.
// pub const fn new() -> Self {
// let p: ProviderBuilder<
// Identity,
// JoinFill<
// Identity,
// JoinFill<
// GasFiller,
// JoinFill<crate::fillers::BlobGasFiller, JoinFill<NonceFiller,
// ChainIdFiller>>, >,
// >,
// > = Self { layer: Identity, filler: Identity, network: PhantomData }
// > .with_recommended_fillers();

// p
// }
// }

impl
ProviderBuilder<
Identity,
Expand Down

0 comments on commit d3694c8

Please sign in to comment.