Skip to content

Commit

Permalink
Set hard fork block for Instanbul activation
Browse files Browse the repository at this point in the history
  • Loading branch information
jyap808 committed Jan 30, 2021
1 parent 9c7ecc8 commit 1399cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var (
ByzantiumBlock: big.NewInt(1075090), // Andromeda
ConstantinopleBlock: big.NewInt(1075090), // Andromeda
PetersburgBlock: big.NewInt(1075090), // Andromeda
IstanbulBlock: big.NewInt(math.MaxInt64),
IstanbulBlock: big.NewInt(1500000),
Ubqhash: &UbqhashConfig{
DigishieldModBlock: big.NewInt(4088),
FluxBlock: big.NewInt(8000),
Expand Down

0 comments on commit 1399cb4

Please sign in to comment.