We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6067905 commit 2de7949Copy full SHA for 2de7949
core/constants.go
@@ -9,7 +9,7 @@ import (
9
var EpochLength int64 = 1800
10
var NumberOfStates int64 = 5
11
var StateBuffer uint64 = 5
12
-var ChainId = big.NewInt(0x17ac300421d1b)
+var ChainId = big.NewInt(0x785B4B9847B9)
13
var StateLength = uint64(EpochLength / NumberOfStates)
14
var MaxRetries uint = 8
15
var NilHash = common.Hash{0x00}
0 commit comments