Skip to content

Commit 8ca6454

Browse files
committed
params: set Rinkeby Petersburg fork block (4th May, 2019)
1 parent 0e63a70 commit 8ca6454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var (
9494
EIP158Block: big.NewInt(3),
9595
ByzantiumBlock: big.NewInt(1035301),
9696
ConstantinopleBlock: big.NewInt(3660663),
97-
PetersburgBlock: big.NewInt(9999999), //TODO! Insert Rinkeby block number
97+
PetersburgBlock: big.NewInt(4321234),
9898
Clique: &CliqueConfig{
9999
Period: 15,
100100
Epoch: 30000,

0 commit comments

Comments
 (0)