From c49437707faff04231ce8055b837cd9aa9a1e3dd Mon Sep 17 00:00:00 2001 From: Shane Bammel Date: Tue, 27 Sep 2022 13:06:27 -0500 Subject: [PATCH] Update mainnet chain id --- params/pulse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/pulse.go b/params/pulse.go index 63c354e43..c32502435 100644 --- a/params/pulse.go +++ b/params/pulse.go @@ -14,7 +14,7 @@ type Treasury struct { var ( PulseChainConfig = &ChainConfig{ - ChainID: big.NewInt(942), + ChainID: big.NewInt(369), HomesteadBlock: big.NewInt(1_150_000), DAOForkBlock: big.NewInt(1_920_000), DAOForkSupport: true,