Skip to content

Commit

Permalink
remove classic 1099 mainnet block for now
Browse files Browse the repository at this point in the history
  • Loading branch information
iquidus committed Sep 30, 2020
1 parent 95db31b commit 96fc7ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion params/config_classic.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
package params

import (
"math"
"math/big"

"github.com/ethereum/go-ethereum/common"
Expand Down Expand Up @@ -70,7 +71,7 @@ var (
EIP2028FBlock: big.NewInt(10_500_839),
EIP2200FBlock: big.NewInt(10_500_839), // RePetersburg (=~ re-1283)

ECIP1099FBlock: big.NewInt(11_700_000), // Etchash
ECIP1099FBlock: big.NewInt(math.MaxInt64), // Etchash (planned for block 11_700_000)

DisposalBlock: big.NewInt(5900000),
ECIP1017FBlock: big.NewInt(5000000),
Expand Down

0 comments on commit 96fc7ee

Please sign in to comment.