From 8ca64548077edb527b903058db876a4ec3771349 Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Mon, 8 Apr 2019 12:14:05 +0300 Subject: params: set Rinkeby Petersburg fork block (4th May, 2019) --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index d07738a81..254508c0a 100644 --- a/params/config.go +++ b/params/config.go @@ -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, -- cgit