Skip to content

Commit

Permalink
Merge pull request #493 from libotony/randomized-scheduler
Browse files Browse the repository at this point in the history
schedule fork VIP214
  • Loading branch information
libotony authored Oct 29, 2021
2 parents cef4268 + 1a1f4e5 commit eed0720
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions thor/fork_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ var forkConfigs = map[Bytes32]ForkConfig{
VIP191: 3337300,
ETH_CONST: 3337300,
BLOCKLIST: 4817300,
ETH_IST: 9254300, // ~ Mon, 07 Jun 2021 08:00:00 GMT
VIP214: math.MaxUint32,
ETH_IST: 9254300,
VIP214: 10653500, // ~ Tue Nov 16 2021 08:00:00 GMT
},
// testnet
MustParseBytes32("0x000000000b2bce3c70bc649a02749e8687721b09ed2e15997f466536b20bb127"): {
VIP191: 2898800,
ETH_CONST: 3192500,
BLOCKLIST: math.MaxUint32,
ETH_IST: 9146700, // ~ Thu, 20 May 2021 08:00:00 GMT
VIP214: math.MaxUint32,
ETH_IST: 9146700,
VIP214: 10606800, // ~ Fri Nov 05 2021 08:00:00 GMT
},
}

Expand Down

0 comments on commit eed0720

Please sign in to comment.