Skip to content

Commit

Permalink
fix(anvil): default config chain id (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jul 12, 2022
1 parent 2e42b71 commit 16b4ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anvil/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ impl Default for NodeConfig {
// generate some random wallets
let genesis_accounts = AccountGenerator::new(10).phrase(DEFAULT_MNEMONIC).gen();
Self {
chain_id: Some(CHAIN_ID),
chain_id: None,
gas_limit: U256::from(30_000_000),
gas_price: None,
hardfork: None,
Expand Down

0 comments on commit 16b4ef6

Please sign in to comment.