Skip to content

Commit

Permalink
NEW HARDFORK TIME FOR SON ETH
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Dobromyslov committed Jul 7, 2023
1 parent abd446d commit 84a66c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/chain/hardfork.d/SON_FOR_ETHEREUM.hf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef HARDFORK_SON_FOR_ETHEREUM_TIME
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_SON_FOR_ETHEREUM_TIME (fc::time_point_sec::from_iso_string("2023-06-05T12:00:00"))
#define HARDFORK_SON_FOR_ETHEREUM_TIME (fc::time_point_sec::from_iso_string("2023-07-17T12:00:00"))
#else
#define HARDFORK_SON_FOR_ETHEREUM_TIME (fc::time_point_sec::from_iso_string("2023-07-05T12:00:00"))
#define HARDFORK_SON_FOR_ETHEREUM_TIME (fc::time_point_sec::from_iso_string("2023-07-31T12:00:00"))
#endif
#endif

0 comments on commit 84a66c6

Please sign in to comment.