Skip to content

Commit 2de7949

Browse files
authored
Update constants.go
1 parent 6067905 commit 2de7949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var EpochLength int64 = 1800
1010
var NumberOfStates int64 = 5
1111
var StateBuffer uint64 = 5
12-
var ChainId = big.NewInt(0x17ac300421d1b)
12+
var ChainId = big.NewInt(0x785B4B9847B9)
1313
var StateLength = uint64(EpochLength / NumberOfStates)
1414
var MaxRetries uint = 8
1515
var NilHash = common.Hash{0x00}

0 commit comments

Comments
 (0)