@@ -496,8 +496,8 @@ class CMainParams : public CChainParams {
496496 consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 709632 ; // Approximately November 12th, 2021
497497
498498 // The best chain should have at least this much work.
499- consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000000162b955b3b6076befd8 " );
500- consensus.defaultAssumeValid = uint256S (" 0x3e1f03d1f294a04ffc3aa8e8a2ed6bc150c66d7806c79c10808637a12ae74690 " ); // 1503450
499+ consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000000001748b2094c246d2cd8d " );
500+ consensus.defaultAssumeValid = uint256S (" 0xcdf136797304d6e8eb2b0ab8b4e3805261048d247ea31aaeefbd6d10a56e35bb " ); // 1558245
501501
502502 consensus.nMinRCTOutputDepth = 12 ;
503503
@@ -612,6 +612,7 @@ class CMainParams : public CChainParams {
612612 { 1303280 , uint256S (" 0x6d3abd8a80371e78957cc30af3e84c45c44b2eb26175b50c5ba7ebc9e990189c" )},
613613 { 1412800 , uint256S (" 0xf47bc3f695a6e16196babdc8a1e21974622c288bba808ce30efcaf86a28099bd" )},
614614 { 1503450 , uint256S (" 0x3e1f03d1f294a04ffc3aa8e8a2ed6bc150c66d7806c79c10808637a12ae74690" )},
615+ { 1558245 , uint256S (" 0xcdf136797304d6e8eb2b0ab8b4e3805261048d247ea31aaeefbd6d10a56e35bb" )},
615616 }
616617 };
617618
@@ -620,9 +621,9 @@ class CMainParams : public CChainParams {
620621 };
621622
622623 chainTxData = ChainTxData {
623- // Data from rpc: getchaintxstats 4096 3e1f03d1f294a04ffc3aa8e8a2ed6bc150c66d7806c79c10808637a12ae74690
624- /* nTime */ 1694033952 ,
625- /* nTxCount */ 1928428 ,
624+ // Data from rpc: getchaintxstats 4096 cdf136797304d6e8eb2b0ab8b4e3805261048d247ea31aaeefbd6d10a56e35bb
625+ /* nTime */ 1701107536 ,
626+ /* nTxCount */ 2004237 ,
626627 /* dTxRate */ 0.01
627628 };
628629 }
@@ -713,8 +714,8 @@ class CTestNetParams : public CChainParams {
713714 consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 0 ; // No activation delay
714715
715716 // The best chain should have at least this much work.
716- consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000000025b558c352188569b2 " );
717- consensus.defaultAssumeValid = uint256S (" 0x8178aa5369953e3fd3c9f0e23db18c631909c7037eb9f5a151ef6b95b2396722 " ); // 1430095
717+ consensus.nMinimumChainWork = uint256S (" 0x00000000000000000000000000000000000000000000002828c6d82d9552c531 " );
718+ consensus.defaultAssumeValid = uint256S (" 0x71693391c9e109328919e7641128a935734701d4e055a6c10aaa3179e6296965 " ); // 1485020
718719
719720 consensus.nMinRCTOutputDepth = 12 ;
720721
@@ -806,6 +807,7 @@ class CTestNetParams : public CChainParams {
806807 {1230000 , uint256S (" 0xab3724205826d2e38f0a12e1938d4825e3ba6f983ee74a08f2af33918bb53122" )},
807808 {1339440 , uint256S (" 0x894e4e80612341dca2e90f259fe7b006c982175833c4229c3d1782b37176a727" )},
808809 {1430095 , uint256S (" 0x8178aa5369953e3fd3c9f0e23db18c631909c7037eb9f5a151ef6b95b2396722" )},
810+ {1485020 , uint256S (" 0x71693391c9e109328919e7641128a935734701d4e055a6c10aaa3179e6296965" )},
809811 }
810812 };
811813
@@ -814,9 +816,9 @@ class CTestNetParams : public CChainParams {
814816 };
815817
816818 chainTxData = ChainTxData{
817- // Data from rpc: getchaintxstats 4096 8178aa5369953e3fd3c9f0e23db18c631909c7037eb9f5a151ef6b95b2396722
818- /* nTime */ 1694034032 ,
819- /* nTxCount */ 1495970 ,
819+ // Data from rpc: getchaintxstats 4096 71693391c9e109328919e7641128a935734701d4e055a6c10aaa3179e6296965
820+ /* nTime */ 1701109632 ,
821+ /* nTxCount */ 1485020 ,
820822 /* dTxRate */ 0.006
821823 };
822824 }
0 commit comments