Skip to content

Commit 8fb4f33

Browse files
authored
Merge pull request #320 from rustaceanrob/checkpoints-4-1
2 parents 64a88ab + 55896de commit 8fb4f33

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

src/chain/checkpoints.rs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ pub const SIGNET_HEADER_CP: &[(Height, &str)] = &[
103103
220000,
104104
"000000680963d5a7ed89654890b48030378b5df0a2155b7ef704ffe8a9dd2b61",
105105
),
106+
(
107+
230000,
108+
"000001017b2b9739c3eec58043fa917e5f2fe8dcbb2d9eb90b6c5dcb7d408456",
109+
),
110+
(
111+
240000,
112+
"0000008103f982b7125a841eddc06102c288c318203f0146c1f48f4c5fa63cdd",
113+
),
106114
];
107115

108116
/// Known block hashes for Testnet4.
@@ -131,6 +139,14 @@ pub const TESTNET4_HEADER_CP: &[(Height, &str)] = &[
131139
50_000,
132140
"00000000e2c8c94ba126169a88997233f07a9769e2b009fb10cad0e893eff2cb",
133141
),
142+
(
143+
60_000,
144+
"000000009fa917488fa662d012d41dc6a1d3221244cc37ac78d83935d03009a3",
145+
),
146+
(
147+
70_000,
148+
"00000000f35119c48a72d7ce8cdc0e26cfda43be3c2619d953d3a7ac30ce36f0",
149+
),
134150
];
135151

136152
/// Known block hashes on the Bitcoin blockchain.
@@ -487,6 +503,14 @@ pub const MAINNET_HEADER_CP: &[(Height, &str)] = &[
487503
870000,
488504
"0000000000000000000152dd9d6059126e4e4dbc2732246bef2b8496ef1d971d",
489505
),
506+
(
507+
880000,
508+
"000000000000000000010b17283c3c400507969a9c2afd1dcf2082ec5cca2880",
509+
),
510+
(
511+
890000,
512+
"00000000000000000001f49fb5fb37753c06d78f1a811d707aebf6194bb147e5",
513+
),
490514
];
491515

492516
/// A known block hash in the chain of most work.

0 commit comments

Comments
 (0)