Skip to content

Commit

Permalink
Merge pull request #465 from qianbin/reschedule-eth-ist
Browse files Browse the repository at this point in the history
thor: reschedule hard fork date
  • Loading branch information
libotony authored May 14, 2021
2 parents e071136 + d9cff84 commit 0ecb71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thor/fork_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ var forkConfigs = map[Bytes32]ForkConfig{
VIP191: 3337300,
ETH_CONST: 3337300,
BLOCKLIST: 4817300,
ETH_IST: 9180400, // ~UTC 2021-5-30 8:00
ETH_IST: 9254300, // ~ Mon, 07 Jun 2021 08:00:00 GMT
},
// testnet
MustParseBytes32("0x000000000b2bce3c70bc649a02749e8687721b09ed2e15997f466536b20bb127"): {
VIP191: 2898800,
ETH_CONST: 3192500,
BLOCKLIST: math.MaxUint32,
ETH_IST: 9141900, // ~UTC 2021-5-20 8:00
ETH_IST: 9146700, // ~ Thu, 20 May 2021 08:00:00 GMT
},
}

Expand Down

0 comments on commit 0ecb71e

Please sign in to comment.