Update mainnet chain id

This commit is contained in:
Shane Bammel 2022-09-27 13:06:27 -05:00
parent 7ef8508d7b
commit c49437707f

View File

@ -14,7 +14,7 @@ type Treasury struct {
var ( var (
PulseChainConfig = &ChainConfig{ PulseChainConfig = &ChainConfig{
ChainID: big.NewInt(942), ChainID: big.NewInt(369),
HomesteadBlock: big.NewInt(1_150_000), HomesteadBlock: big.NewInt(1_150_000),
DAOForkBlock: big.NewInt(1_920_000), DAOForkBlock: big.NewInt(1_920_000),
DAOForkSupport: true, DAOForkSupport: true,