Skip to content

Commit

Permalink
Updated Eunos upgrade heights for mainnet and testnet (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
monstrobishi authored May 17, 2021
1 parent f73e9a2 commit 37fc16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class CMainParams : public CChainParams {
consensus.ClarkeQuayHeight = 595738;
consensus.DakotaHeight = 678000; // 1st March 2021
consensus.DakotaCrescentHeight = 733000; // 25th March 2021
consensus.EunosHeight = 887000; // 31st May 2021
consensus.EunosHeight = std::numeric_limits<int>::max();

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
// consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
Expand Down Expand Up @@ -335,7 +335,7 @@ class CTestNetParams : public CChainParams {
consensus.ClarkeQuayHeight = 155000;
consensus.DakotaHeight = 220680;
consensus.DakotaCrescentHeight = 287700;
consensus.EunosHeight = 424000; // 17th May 2021
consensus.EunosHeight = 428000; // 19th May 2021

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
// consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
Expand Down

0 comments on commit 37fc16e

Please sign in to comment.