Skip to content

Commit

Permalink
Updated Mainnet fork time
Browse files Browse the repository at this point in the history
  • Loading branch information
tehsunnliu committed Nov 21, 2018
1 parent c7bc656 commit 2ca7ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class MainNetConfig extends AbstractNetConfig {
public MainNetConfig() {
add(0, new MainNetBeforeBridgeSyncConfig());
add(144_000, new MainNetUnlimitedWhitelistConfig());
add(194_500, new MainNetShakespeareConfig());
add(200_000, new MainNetShakespeareConfig());
// 60 days of 1 block every 14 seconds.
// On blockchain launch blocks will be faster until difficulty is adjusted to available hashing power.
add(370_000, new MainNetAfterBridgeSyncConfig());
Expand Down

0 comments on commit 2ca7ce2

Please sign in to comment.