We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab21d52 commit 265148eCopy full SHA for 265148e
core/constants.go
@@ -10,7 +10,7 @@ import (
10
11
var EpochLength uint64 = 1200
12
var NumberOfStates uint64 = 5
13
-var ChainId = big.NewInt(0x109B4597)
+var ChainId = big.NewInt(0x5a79c44e)
14
var StateLength = EpochLength / NumberOfStates
15
var MaxRetries uint = 8
16
var NilHash = common.Hash{0x00}
0 commit comments