Skip to content

Commit

Permalink
networks: Add mid checkpoint before last at 200k.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Dec 27, 2024
1 parent 9b70c29 commit 39fc6cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/protocol/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ main.brontidePort = 44806;

/**
* Checkpoint block list.
* NOTE: Number of blocks between checkpoints need to be lower than
* MAX_BLOCK_REQUEST (51k).
* @const {Object}
*/

Expand Down Expand Up @@ -110,6 +112,8 @@ main.checkpointMap = {
'0000000000000005ee5106df9e48bcd232a1917684ac344b35ddd9b9e4101096', 'hex'),
160000: Buffer.from(
'00000000000000021e723ce5aedc021ab4f85d46a6914e40148f01986baa46c9', 'hex'),
200000: Buffer.from(
'000000000000000181ebc18d6c34442ffef3eedca90c57ca8ecc29016a1cfe16', 'hex'),
225000: Buffer.from(
'00000000000000021f0be013ebad018a9ef97c8501766632f017a778781320d5', 'hex')
};
Expand Down

0 comments on commit 39fc6cc

Please sign in to comment.