mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-22 03:30:35 +00:00
Update mainnet chain id
This commit is contained in:
parent
7ef8508d7b
commit
c49437707f
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user