Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Aug 6, 2024
1 parent 74d2ca8 commit 70cc5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/tests/cli/zksync_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use futures::{SinkExt, StreamExt};
use jsonrpc_core::IoHandler;
use zksync_types::H160;

const DEFAULT_PORT: u16 = 108011;
const DEFAULT_PORT: u16 = 18011;

/// List of legacy wallets (address, private key) that we seed with tokens at start.
const LEGACY_RICH_WALLETS: [(&str, &str); 10] = [
Expand Down

0 comments on commit 70cc5d1

Please sign in to comment.