Skip to content

Commit

Permalink
Updated chainId to staging (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashk767 committed Aug 7, 2023
1 parent ab21d52 commit 265148e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var EpochLength uint64 = 1200
var NumberOfStates uint64 = 5
var ChainId = big.NewInt(0x109B4597)
var ChainId = big.NewInt(0x5a79c44e)
var StateLength = EpochLength / NumberOfStates
var MaxRetries uint = 8
var NilHash = common.Hash{0x00}
Expand Down

0 comments on commit 265148e

Please sign in to comment.