Skip to content

Commit

Permalink
Enable Constantinople on Ropsten, #4_230_000
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed Oct 11, 2018
1 parent f602b12 commit 1293e3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ public RopstenNetConfig() {
add(0, new HomesteadConfig());
add(10, new RopstenConfig(new HomesteadConfig()));
add(1_700_000, new RopstenConfig(new ByzantiumConfig(new DaoHFConfig())));
add(4_230_000, new RopstenConfig(new ConstantinopleConfig(new DaoHFConfig())));
}
}

0 comments on commit 1293e3c

Please sign in to comment.