Skip to content

Commit 265148e

Browse files
authored
Updated chainId to staging (#1107)
1 parent ab21d52 commit 265148e

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
@@ -10,7 +10,7 @@ import (
1010

1111
var EpochLength uint64 = 1200
1212
var NumberOfStates uint64 = 5
13-
var ChainId = big.NewInt(0x109B4597)
13+
var ChainId = big.NewInt(0x5a79c44e)
1414
var StateLength = EpochLength / NumberOfStates
1515
var MaxRetries uint = 8
1616
var NilHash = common.Hash{0x00}

0 commit comments

Comments
 (0)