Skip to content

Commit

Permalink
fix: Anvil builder default port (alloy-rs#1213)
Browse files Browse the repository at this point in the history
* fix: Anvil builder default port

* revert: Anvil builder default port

* docs: update Anvil default port
  • Loading branch information
MistApproach authored Aug 31, 2024
1 parent 59a39ac commit 91d323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node-bindings/src/anvil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pub struct Anvil {

impl Anvil {
/// Creates an empty Anvil builder.
/// The default port is 8545. The mnemonic is chosen randomly.
/// The default port and the mnemonic are chosen randomly.
///
/// # Example
///
Expand Down

0 comments on commit 91d323f

Please sign in to comment.