From dadc576ed7cc6a20f6ed4c174a3127e02737b933 Mon Sep 17 00:00:00 2001 From: Jieyi Long Date: Sun, 25 Jul 2021 14:29:19 -0700 Subject: [PATCH] Update hardfork height for v3.1.0 --- common/heights.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/heights.go b/common/heights.go index a0df47b7..87d9a796 100644 --- a/common/heights.go +++ b/common/heights.go @@ -22,7 +22,7 @@ const HeightJune2021FeeAdjustment uint64 = 10709540 // approximate time: 12pm Ju const HeightEnableTheta3 uint64 = 10968061 // approximate time: 12pm June 30, 2021 PT // HeightRPCCompatibility specifies the block height to enable Ethereum compatible RPC support -const HeightRPCCompatibility uint64 = 1000000000 +const HeightRPCCompatibility uint64 = 11354820 // approximate time: 12pm July 30, 2021 PT // CheckpointInterval defines the interval between checkpoints. const CheckpointInterval = int64(100)