Skip to content

Commit

Permalink
goerli networkid changed to 6382
Browse files Browse the repository at this point in the history
  • Loading branch information
priom committed Sep 8, 2018
1 parent 8cbcd6d commit 6c50892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ func SetEthConfig(ctx *cli.Context, stack *node.Node, cfg *eth.Config) {
cfg.Genesis = core.DefaultRinkebyGenesisBlock()
case ctx.GlobalBool(GoerliFlag.Name):
if !ctx.GlobalIsSet(NetworkIdFlag.Name) {
cfg.NetworkId = 5
cfg.NetworkId = 6283
}
cfg.Genesis = core.DefaultGoerliGenesisBlock()
case ctx.GlobalBool(DeveloperFlag.Name):
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var (

// GoerliChainConfig contains the chain parameters to run a node on the Goerli test network.
GoerliChainConfig = &ChainConfig{
ChainID: big.NewInt(5),
ChainID: big.NewInt(6382),
HomesteadBlock: big.NewInt(2),
DAOForkBlock: nil,
DAOForkSupport: true,
Expand Down

0 comments on commit 6c50892

Please sign in to comment.