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.
1 parent 0e63a70 commit 8ca6454Copy full SHA for 8ca6454
params/config.go
@@ -94,7 +94,7 @@ var (
94
EIP158Block: big.NewInt(3),
95
ByzantiumBlock: big.NewInt(1035301),
96
ConstantinopleBlock: big.NewInt(3660663),
97
- PetersburgBlock: big.NewInt(9999999), //TODO! Insert Rinkeby block number
+ PetersburgBlock: big.NewInt(4321234),
98
Clique: &CliqueConfig{
99
Period: 15,
100
Epoch: 30000,
0 commit comments