Skip to content

Commit 09d588e

Browse files
authored
Merge pull request #18268 from karalabe/forkit
params: set mainnet and Rinkeby Constantinople fork blocks
2 parents dfa16a3 + 6a1a437 commit 09d588e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var (
4242
EIP155Block: big.NewInt(2675000),
4343
EIP158Block: big.NewInt(2675000),
4444
ByzantiumBlock: big.NewInt(4370000),
45-
ConstantinopleBlock: nil,
45+
ConstantinopleBlock: big.NewInt(7080000),
4646
Ethash: new(EthashConfig),
4747
}
4848

@@ -90,7 +90,7 @@ var (
9090
EIP155Block: big.NewInt(3),
9191
EIP158Block: big.NewInt(3),
9292
ByzantiumBlock: big.NewInt(1035301),
93-
ConstantinopleBlock: nil,
93+
ConstantinopleBlock: big.NewInt(3660663),
9494
Clique: &CliqueConfig{
9595
Period: 15,
9696
Epoch: 30000,

0 commit comments

Comments
 (0)