Skip to content

Commit

Permalink
Set activation blocks for Churrito and Donut on Alfajores and mainnet. (
Browse files Browse the repository at this point in the history
#1509) (#1519)

* Alfajores is set for May 4, 2021
* Mainnet is set for May 19, 2021
  • Loading branch information
Or Neeman authored Apr 19, 2021
1 parent 3f01cef commit a54f672
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 @@ -62,8 +62,8 @@ var (
ConstantinopleBlock: big.NewInt(0),
PetersburgBlock: big.NewInt(0),
IstanbulBlock: big.NewInt(0),
ChurritoBlock: nil,
DonutBlock: nil,
ChurritoBlock: big.NewInt(6774000),
DonutBlock: big.NewInt(6774000),
Istanbul: &IstanbulConfig{
Epoch: 17280,
ProposerPolicy: 2,
Expand Down Expand Up @@ -110,8 +110,8 @@ var (
ConstantinopleBlock: big.NewInt(0),
PetersburgBlock: big.NewInt(0),
IstanbulBlock: big.NewInt(0),
ChurritoBlock: nil,
DonutBlock: nil,
ChurritoBlock: big.NewInt(4960000),
DonutBlock: big.NewInt(4960000),
Istanbul: &IstanbulConfig{
Epoch: 17280,
ProposerPolicy: 2,
Expand Down

0 comments on commit a54f672

Please sign in to comment.