Skip to content

Commit

Permalink
[Automated] Update chainparams (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
schancel committed Nov 14, 2022
1 parent 74769a9 commit 585decc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions contrib/devtools/chainparams/abc/chainparams_main.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
00000000000000002b80b3e8e631e76552a35268c1330b8d56e5066433b07214
000000000000000000000000000000000000000001546fc63e931603d6444f60
210
3
000000000008e3132221cd11676e410bda33bee14103efc0fed29feb30975ed2
00000000000000000000000000000000000000000000000035bbdea100247cec
1
1
8 changes: 4 additions & 4 deletions contrib/devtools/chainparams/abc/chainparams_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
000000000002530aa3262aaedbe153ffebde1c4b8f9c7b28b738513811382d91
00000000000000000000000000000000000000000000006e818d4175096895dd
55
2
0000000004e5242ccdd7ff82f9aa180c6bfdb1a657882c5f660e9f9d5378e446
00000000000000000000000000000000000000000000000000067b7a1b323f4e
1
1
8 changes: 4 additions & 4 deletions src/networks/abc/chainparamsconstants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
#include <chainparamsconstants.h>

namespace ChainParamsConstants {
const BlockHash MAINNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("0000000000224e1e192ef31b0da7a5697b8f272b9b9fd66695f61add3b2d3216");
const uint256 MAINNET_MINIMUM_CHAIN_WORK = uint256S("000000000000000000000000000000000000000000000000046b12db9e6b24ef");
const BlockHash MAINNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("000000000008e3132221cd11676e410bda33bee14103efc0fed29feb30975ed2");
const uint256 MAINNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000000035bbdea100247cec");
const uint64_t MAINNET_ASSUMED_BLOCKCHAIN_SIZE = 1;
const uint64_t MAINNET_ASSUMED_CHAINSTATE_SIZE = 1;

const BlockHash TESTNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("0000000000000000000000000000000000000000000000000000000000000000");
const uint256 TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000000000007d6e8620117e");
const BlockHash TESTNET_DEFAULT_ASSUME_VALID = BlockHash::fromHex("0000000004e5242ccdd7ff82f9aa180c6bfdb1a657882c5f660e9f9d5378e446");
const uint256 TESTNET_MINIMUM_CHAIN_WORK = uint256S("00000000000000000000000000000000000000000000000000067b7a1b323f4e");
const uint64_t TESTNET_ASSUMED_BLOCKCHAIN_SIZE = 1;
const uint64_t TESTNET_ASSUMED_CHAINSTATE_SIZE = 1;
} // namespace ChainParamsConstants
Expand Down

0 comments on commit 585decc

Please sign in to comment.