Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Mar 13, 2024
1 parent 9a33128 commit 5d13712
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/provider/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ impl<L, N> ProviderBuilder<L, N> {

/// Change the network.
///
/// By default, the network is invalid, and contains the unit type `()`.
/// This method MUST be called before the provider is built. The `client`
/// and `provider` methods only exist when the network is valid.
/// By default, the network is `Ethereum`. This method must be called to configure a different
/// network.
///
/// ```rust,ignore
/// builder.network::<Arbitrum>()
Expand Down

0 comments on commit 5d13712

Please # to comment.