Skip to content

Commit

Permalink
Merge pull request #27 from Ether1Project/1.5.0_Atlas_Fork
Browse files Browse the repository at this point in the history
Atlas Fork Block Preparation
  • Loading branch information
Dev-JamesR authored Jul 18, 2021
2 parents f0f94a6 + 3bd2291 commit 2b38397
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ var (
EIP158Block: big.NewInt(0),
ByzantiumBlock: big.NewInt(0),
RobinHoodBlock: big.NewInt(2_700_000),
ConstantinopleBlock: nil,
PetersburgBlock: nil,
IstanbulBlock: nil,
MuirGlacierBlock: nil,
ConstantinopleBlock: big.NewInt(8_000_000),
PetersburgBlock: big.NewInt(8_000_000),
IstanbulBlock: big.NewInt(8_000_000),
MuirGlacierBlock: big.NewInt(8_000_000),
BerlinBlock: nil,
Ethash: new(EthashConfig),
}
Expand Down

0 comments on commit 2b38397

Please sign in to comment.