Skip to content

Commit

Permalink
thor: reschedule hard fork date
Browse files Browse the repository at this point in the history
  • Loading branch information
qianbin committed May 14, 2021
1 parent e071136 commit d9cff84
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 d9cff84

Please sign in to comment.