Skip to content

Commit 23465f3

Browse files
authored
Merge pull request #532 from razor-network/governance-fix-prod
Governance parameters fixed for production.
2 parents 6bd9259 + cd2a22b commit 23465f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"github.com/ethereum/go-ethereum/common"
77
)
88

9-
var StateLength uint64 = 60
10-
var EpochLength int64 = 300
9+
var StateLength uint64 = 180
10+
var EpochLength int64 = 900
1111

1212
var NumberOfStates int64 = 5
1313
var ChainId = big.NewInt(80001)

0 commit comments

Comments
 (0)