networks: Add mid checkpoint before last at 200k.

This commit is contained in:
Nodari Chkuaselidze 2024-12-27 15:10:39 +04:00
parent 9b70c29494
commit f484c6398b
No known key found for this signature in database
GPG key ID: B018A7BB437D1F05

View file

@ -82,6 +82,8 @@ main.brontidePort = 44806;
/**
* Checkpoint block list.
* NOTE: The number of blocks between checkpoints needs to be lower than
* MAX_BLOCK_REQUEST (50k).
* @const {Object}
*/
@ -110,6 +112,8 @@ main.checkpointMap = {
'0000000000000005ee5106df9e48bcd232a1917684ac344b35ddd9b9e4101096', 'hex'),
160000: Buffer.from(
'00000000000000021e723ce5aedc021ab4f85d46a6914e40148f01986baa46c9', 'hex'),
200000: Buffer.from(
'000000000000000181ebc18d6c34442ffef3eedca90c57ca8ecc29016a1cfe16', 'hex'),
225000: Buffer.from(
'00000000000000021f0be013ebad018a9ef97c8501766632f017a778781320d5', 'hex')
};