Skip to content

Commit 1cfd54b

Browse files
committed
rename chainid to 3788
1 parent 767231e commit 1cfd54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Constants used across the ev-reth project
22
33
/// Default chain ID for ev-reth
4-
pub const DEFAULT_CHAIN_ID: u64 = 4337;
4+
pub const DEFAULT_CHAIN_ID: u64 = 3788;
55

66
/// Default RPC port
77
pub const DEFAULT_RPC_PORT: u16 = 8545;

0 commit comments

Comments
 (0)