@@ -566,8 +566,8 @@ class CMainParams : public CChainParams {
566566 consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 709632 ; // Approximately November 12th, 2021
567567
568568 // The best chain should have at least this much work.
569- consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000000001eec6785c0a7c36dba2 " );
570- consensus.defaultAssumeValid = uint256S (" 0x78fdfd0d36c17536e5c500d0735cd588817887a4bdc11671f201d500571099e1 " ); // 1967724
569+ consensus.nMinimumChainWork = uint256S (" 0x00000000000000000000000000000000000000000000020483fa7e35f9a5a293 " );
570+ consensus.defaultAssumeValid = uint256S (" 0x869c6eac5d21cbc69d869f0407c7d07e3505ba4e37679876d92903bfa654c6c8 " ); // 2040810
571571
572572 consensus.nMinRCTOutputDepth = 12 ;
573573
@@ -681,6 +681,7 @@ class CMainParams : public CChainParams {
681681 { 1503450 , uint256S (" 0x3e1f03d1f294a04ffc3aa8e8a2ed6bc150c66d7806c79c10808637a12ae74690" )},
682682 { 1558245 , uint256S (" 0xcdf136797304d6e8eb2b0ab8b4e3805261048d247ea31aaeefbd6d10a56e35bb" )},
683683 { 1967724 , uint256S (" 0x78fdfd0d36c17536e5c500d0735cd588817887a4bdc11671f201d500571099e1" )},
684+ { 2040810 , uint256S (" 0x869c6eac5d21cbc69d869f0407c7d07e3505ba4e37679876d92903bfa654c6c8" )},
684685 }
685686 };
686687
@@ -689,9 +690,9 @@ class CMainParams : public CChainParams {
689690 };
690691
691692 chainTxData = ChainTxData{
692- // Data from RPC: getchaintxstats 4096 78fdfd0d36c17536e5c500d0735cd588817887a4bdc11671f201d500571099e1
693- .nTime = 1753865280 ,
694- .nTxCount = 2584963 ,
693+ // Data from RPC: getchaintxstats 4096 869c6eac5d21cbc69d869f0407c7d07e3505ba4e37679876d92903bfa654c6c8
694+ .nTime = 1763273248 ,
695+ .nTxCount = 2660387 ,
695696 .dTxRate = 0.007 ,
696697 };
697698 }
@@ -753,7 +754,7 @@ class CTestNetParams : public CChainParams {
753754
754755 // The best chain should have at least this much work.
755756 consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000000000394d908a83ed193eef" );
756- consensus.defaultAssumeValid = uint256S (" 0xe409f00602027f628c305805502b86770d8fc335d4ff5cb7c1cc3180c7eeed6c " ); // 1862713
757+ consensus.defaultAssumeValid = uint256S (" 0x4801c27471907879303a3288cadfe7a26662674ec572f1bac439106f922d0567 " ); // 1881400
757758
758759 consensus.nMinRCTOutputDepth = 12 ;
759760
@@ -843,6 +844,7 @@ class CTestNetParams : public CChainParams {
843844 {1430095 , uint256S (" 0x8178aa5369953e3fd3c9f0e23db18c631909c7037eb9f5a151ef6b95b2396722" )},
844845 {1558245 , uint256S (" 0x71693391c9e109328919e7641128a935734701d4e055a6c10aaa3179e6296965" )},
845846 {1862713 , uint256S (" 0xe409f00602027f628c305805502b86770d8fc335d4ff5cb7c1cc3180c7eeed6c" )},
847+ {1881400 , uint256S (" 0x4801c27471907879303a3288cadfe7a26662674ec572f1bac439106f922d0567" )},
846848 }
847849 };
848850
@@ -856,10 +858,10 @@ class CTestNetParams : public CChainParams {
856858 };
857859
858860 chainTxData = ChainTxData{
859- // Data from RPC: getchaintxstats 4096 e409f00602027f628c305805502b86770d8fc335d4ff5cb7c1cc3180c7eeed6c
860- .nTime = 1753865296 ,
861- .nTxCount = 1928605 ,
862- .dTxRate = 0.007 ,
861+ // Data from RPC: getchaintxstats 4096 4801c27471907879303a3288cadfe7a26662674ec572f1bac439106f922d0567
862+ .nTime = 1763277824 ,
863+ .nTxCount = 1947292 ,
864+ .dTxRate = 0.006 ,
863865 };
864866 }
865867};
0 commit comments