diff --git a/contrib/devtools/chainparams/abc/chainparams_main.txt b/contrib/devtools/chainparams/abc/chainparams_main.txt index 201c224d7..0563a1372 100644 --- a/contrib/devtools/chainparams/abc/chainparams_main.txt +++ b/contrib/devtools/chainparams/abc/chainparams_main.txt @@ -1,4 +1,4 @@ -0000000000000000069d3f8264653783d5b6fcb0a8ce96b05a948d0b5d918f34 -0000000000000000000000000000000000000000015aefe07965e8fa2f18c39f +000000000000000014cba9590c49c23f7c349963ec916c4856041c8e3896f60c +0000000000000000000000000000000000000000015b136859b1203ab843da32 210 3 diff --git a/contrib/devtools/chainparams/abc/chainparams_test.txt b/contrib/devtools/chainparams/abc/chainparams_test.txt index 00c66a68a..7313d9797 100644 --- a/contrib/devtools/chainparams/abc/chainparams_test.txt +++ b/contrib/devtools/chainparams/abc/chainparams_test.txt @@ -1,4 +1,4 @@ -00000000001010ec8c3a0144e64322dad2cb0c720b9c27fe7a3a7d3cdf5d7381 -00000000000000000000000000000000000000000000006e88fb6cb542153e80 +00000000000a9fba64efd50956b0b9cb3b8a1eeacc2d7bdd33883f422d106615 +00000000000000000000000000000000000000000000006e89221f3553cd5518 55 2 diff --git a/src/networks/abc/chainparamsconstants.cpp b/src/networks/abc/chainparamsconstants.cpp index 671a86c51..b5c4fdbb6 100644 --- a/src/networks/abc/chainparamsconstants.cpp +++ b/src/networks/abc/chainparamsconstants.cpp @@ -1,18 +1,18 @@ /** * @generated by contrib/devtools/chainparams/generate_chainparams_constants.py */ #include namespace ChainParamsConstants { - const BlockHash MAINNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("0000000000000000069d3f8264653783d5b6fcb0a8ce96b05a948d0b5d918f34"); - const uint256 MAINNET_MINIMUM_CHAIN_WORK = uint256S("0000000000000000000000000000000000000000015aefe07965e8fa2f18c39f"); + const BlockHash MAINNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("000000000000000014cba9590c49c23f7c349963ec916c4856041c8e3896f60c"); + const uint256 MAINNET_MINIMUM_CHAIN_WORK = uint256S("0000000000000000000000000000000000000000015b136859b1203ab843da32"); const uint64_t MAINNET_ASSUMED_BLOCKCHAIN_SIZE = 210; const uint64_t MAINNET_ASSUMED_CHAINSTATE_SIZE = 3; - const BlockHash TESTNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("00000000001010ec8c3a0144e64322dad2cb0c720b9c27fe7a3a7d3cdf5d7381"); - const uint256 TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006e88fb6cb542153e80"); + const BlockHash TESTNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("00000000000a9fba64efd50956b0b9cb3b8a1eeacc2d7bdd33883f422d106615"); + const uint256 TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000006e89221f3553cd5518"); const uint64_t TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 55; const uint64_t TESTNET_ASSUMED_CHAINSTATE_SIZE = 2; } // namespace ChainParamsConstants