Skip to content

Commit 5c1693c

Browse files
committed
test(params): use 1337 for AllXDPoSProtocolChanges
1 parent 50210d9 commit 5c1693c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ var (
346346
// This configuration is intentionally not using keyed fields to force anyone
347347
// adding flags to the config to also have to set these fields.
348348
AllXDPoSProtocolChanges = &ChainConfig{
349-
ChainID: big.NewInt(89),
349+
ChainID: big.NewInt(1337),
350350
HomesteadBlock: big.NewInt(0),
351351
DAOForkBlock: nil,
352352
DAOForkSupport: false,

0 commit comments

Comments
 (0)