Update mainnet chain id

This commit is contained in:
Shane Bammel 2022-09-27 13:06:27 -05:00
parent bf5b38d7c4
commit 0d1e9fb4fc

View File

@ -15,7 +15,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,