Skip to content

Commit

Permalink
update Fermion devnet id to 1212120 to avoid clashes with https://cha…
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrigin authored Oct 13, 2021
1 parent 2a7ed79 commit cd1e98d
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 @@ -1293,7 +1293,7 @@ func SetEthConfig(ctx *cli.Context, nodeConfig *node.Config, cfg *ethconfig.Conf
cfg.Genesis = core.DefaultKovanGenesisBlock()
case params.FermionChainName:
if !ctx.GlobalIsSet(NetworkIdFlag.Name) {
cfg.NetworkID = 102
cfg.NetworkID = 1212120
}
cfg.Genesis = core.DefaultFermionGenesisBlock()
case params.DevChainName:
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ var (

FermionChainConfig = &ChainConfig{
ChainName: FermionChainName,
ChainID: big.NewInt(102),
ChainID: big.NewInt(1212120),
HomesteadBlock: big.NewInt(0),
DAOForkBlock: big.NewInt(0),
DAOForkSupport: true,
Expand Down

0 comments on commit cd1e98d

Please sign in to comment.