Skip to content

Commit

Permalink
Set Shanghai EVM fork heights
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Aug 29, 2023
1 parent f8b1dc8 commit 785c1fd
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 @@ -91,7 +91,7 @@ class CMainParams : public CChainParams {
consensus.nReduceBlocktimeHeight = 845000;
consensus.nMuirGlacierHeight = 845000;
consensus.nLondonHeight = 2080512;
consensus.nShanghaiHeight = 0x7fffffff;
consensus.nShanghaiHeight = 3385122;
consensus.powLimit = uint256S("0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.posLimit = uint256S("00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.QIP9PosLimit = uint256S("0000000000001fffffffffffffffffffffffffffffffffffffffffffffffffff"); // The new POS-limit activated after QIP9
Expand Down Expand Up @@ -250,7 +250,7 @@ class CTestNetParams : public CChainParams {
consensus.nReduceBlocktimeHeight = 806600;
consensus.nMuirGlacierHeight = 806600;
consensus.nLondonHeight = 1967616;
consensus.nShanghaiHeight = 0x7fffffff;
consensus.nShanghaiHeight = 3298892;
consensus.powLimit = uint256S("0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.posLimit = uint256S("0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.QIP9PosLimit = uint256S("0000000000001fffffffffffffffffffffffffffffffffffffffffffffffffff"); // The new POS-limit activated after QIP9
Expand Down

0 comments on commit 785c1fd

Please sign in to comment.