From 265148e6045e59e91b4e7dba5ab31dc1ea04b32f Mon Sep 17 00:00:00 2001 From: Yashk767 <76935991+Yashk767@users.noreply.github.com> Date: Mon, 7 Aug 2023 00:24:21 -0500 Subject: [PATCH] Updated chainId to staging (#1107) --- core/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/constants.go b/core/constants.go index 44ed62a65..c21942b9b 100644 --- a/core/constants.go +++ b/core/constants.go @@ -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}