We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfa16a3 + 6a1a437 commit 09d588eCopy full SHA for 09d588e
params/config.go
@@ -42,7 +42,7 @@ var (
42
EIP155Block: big.NewInt(2675000),
43
EIP158Block: big.NewInt(2675000),
44
ByzantiumBlock: big.NewInt(4370000),
45
- ConstantinopleBlock: nil,
+ ConstantinopleBlock: big.NewInt(7080000),
46
Ethash: new(EthashConfig),
47
}
48
@@ -90,7 +90,7 @@ var (
90
EIP155Block: big.NewInt(3),
91
EIP158Block: big.NewInt(3),
92
ByzantiumBlock: big.NewInt(1035301),
93
+ ConstantinopleBlock: big.NewInt(3660663),
94
Clique: &CliqueConfig{
95
Period: 15,
96
Epoch: 30000,
0 commit comments