We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50210d9 commit 5c1693cCopy full SHA for 5c1693c
params/config.go
@@ -346,7 +346,7 @@ var (
346
// This configuration is intentionally not using keyed fields to force anyone
347
// adding flags to the config to also have to set these fields.
348
AllXDPoSProtocolChanges = &ChainConfig{
349
- ChainID: big.NewInt(89),
+ ChainID: big.NewInt(1337),
350
HomesteadBlock: big.NewInt(0),
351
DAOForkBlock: nil,
352
DAOForkSupport: false,
0 commit comments