Skip to content

Commit 44538f8

Browse files
committed
kernel: Add recent assumeutxo snapshot info
1 parent 58c2e23 commit 44538f8

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

src/kernel/chainparams.cpp

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ class CMainParams : public CChainParams {
181181
.hash_serialized = AssumeutxoHash{uint256{"4daf8a17b4902498c5787966a2b51c613acdab5df5db73f196fa59a4da2f1568"}},
182182
.m_chain_tx_count = 1226586151,
183183
.blockhash = uint256{"0000000000000000000108970acb9522ffd516eae17acddcb1bd16469194a821"},
184+
},
185+
{
186+
.height = 935'000,
187+
.hash_serialized = AssumeutxoHash{uint256{"e4b90ef9eae834f56c4b64d2d50143cee10ad87994c614d7d04125e2a6025050"}},
188+
.m_chain_tx_count = 1305397408,
189+
.blockhash = uint256{"0000000000000000000147034958af1652b2b91bba607beacc5e72a56f0fb5ee"},
184190
}
185191
};
186192

@@ -284,6 +290,12 @@ class CTestNetParams : public CChainParams {
284290
.hash_serialized = AssumeutxoHash{uint256{"f841584909f68e47897952345234e37fcd9128cd818f41ee6c3ca68db8071be7"}},
285291
.m_chain_tx_count = 66484552,
286292
.blockhash = uint256{"0000000000000093bcb68c03a9a168ae252572d348a2eaeba2cdf9231d73206f"},
293+
},
294+
{
295+
.height = 4'840'000,
296+
.hash_serialized = AssumeutxoHash{uint256{"ce6bb677bb2ee9789c4a1c9d73e6683c53fc20e8fdbedbdaaf468982a0c8db2a"}},
297+
.m_chain_tx_count = 536078574,
298+
.blockhash = uint256{"00000000000000f4971a7fb37fbdff89315b69a2e1920c467654a382f0d64786"},
287299
}
288300
};
289301

@@ -391,6 +403,12 @@ class CTestNet4Params : public CChainParams {
391403
.hash_serialized = AssumeutxoHash{uint256{"784fb5e98241de66fdd429f4392155c9e7db5c017148e66e8fdbc95746f8b9b5"}},
392404
.m_chain_tx_count = 11347043,
393405
.blockhash = uint256{"0000000002ebe8bcda020e0dd6ccfbdfac531d2f6a81457191b99fc2df2dbe3b"},
406+
},
407+
{
408+
.height = 120'000,
409+
.hash_serialized = AssumeutxoHash{uint256{"10b05d05ad468d0971162e1b222a4aa66caca89da2bb2a93f8f37fb29c4794b0"}},
410+
.m_chain_tx_count = 14141057,
411+
.blockhash = uint256{"000000000bd2317e51b3c5794981c35ba894ce27d3e772d5c39ecd9cbce01dc8"},
394412
}
395413
};
396414

@@ -506,6 +524,12 @@ class SigNetParams : public CChainParams {
506524
.hash_serialized = AssumeutxoHash{uint256{"fe0a44309b74d6b5883d246cb419c6221bcccf0b308c9b59b7d70783dbdf928a"}},
507525
.m_chain_tx_count = 2289496,
508526
.blockhash = uint256{"0000003ca3c99aff040f2563c2ad8f8ec88bd0fd6b8f0895cfaf1ef90353a62c"},
527+
},
528+
{
529+
.height = 290'000,
530+
.hash_serialized = AssumeutxoHash{uint256{"97267e000b4b876800167e71b9123f1529d13b14308abec2888bbd2160d14545"}},
531+
.m_chain_tx_count = 28547497,
532+
.blockhash = uint256{"0000000577f2741bb30cd9d39d6d71b023afbeb9764f6260786a97969d5c9ac0"},
509533
}
510534
};
511535

0 commit comments

Comments
 (0)