params: set Rinkeby Petersburg fork block (4th May, 2019)

This commit is contained in:
Péter Szilágyi 2019-04-08 12:14:05 +03:00
parent 0e63a70505
commit 8ca6454807
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

@ -94,7 +94,7 @@ var (
EIP158Block: big.NewInt(3),
ByzantiumBlock: big.NewInt(1035301),
ConstantinopleBlock: big.NewInt(3660663),
PetersburgBlock: big.NewInt(9999999), //TODO! Insert Rinkeby block number
PetersburgBlock: big.NewInt(4321234),
Clique: &CliqueConfig{
Period: 15,
Epoch: 30000,