diff --git a/src/Nethermind/Nethermind.Runner/configs/chiado.cfg b/src/Nethermind/Nethermind.Runner/configs/chiado.cfg index a070b97441e..09fb64ceb75 100644 --- a/src/Nethermind/Nethermind.Runner/configs/chiado.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/chiado.cfg @@ -15,8 +15,8 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 9720000, - "PivotHash": "0x18ca50509d9cad606d609250fd81a635a5b85b6616c7e7e8193f68727e1d1f44", + "PivotNumber": 9840000, + "PivotHash": "0x5c8730f74013c857aa3b6740d17a01ed421de5c8c4d21532d05b9086cb68cd1e", "PivotTotalDifficulty": "231708131825107706987652208063906496124457284", "FastSyncCatchUpHeightDelta": "10000000000", "UseGethLimitsInFastBlocks": false diff --git a/src/Nethermind/Nethermind.Runner/configs/energyweb.cfg b/src/Nethermind/Nethermind.Runner/configs/energyweb.cfg index 978d5b4ed55..6bae426c39e 100644 --- a/src/Nethermind/Nethermind.Runner/configs/energyweb.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/energyweb.cfg @@ -11,9 +11,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 29870000, - "PivotHash": "0x1561a2208f92a10114bf3083a7609b6ac669a9e98191aaa6879c17c8c47a5bf4", - "PivotTotalDifficulty": "10164234299928431903650999523986916475817904844", + "PivotNumber": 29990000, + "PivotHash": "0x2c0e1ad57fb9640b51ec04a43b3c2ad112fdb7ec20cfde49fd6f4785065c9e81", + "PivotTotalDifficulty": "10205068183958944519266604476878728661192375056", "FastBlocks": true, "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000 diff --git a/src/Nethermind/Nethermind.Runner/configs/exosama.cfg b/src/Nethermind/Nethermind.Runner/configs/exosama.cfg index 1c4fe89f8d0..f0bcafd7d86 100644 --- a/src/Nethermind/Nethermind.Runner/configs/exosama.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/exosama.cfg @@ -11,9 +11,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 9800000, - "PivotHash": "0x24a635814694076df8eb791fd99c2796a672890431452348ef70b5279891fbf4", - "PivotTotalDifficulty": "3334767195825196941941071152831328471916053286", + "PivotNumber": 9920000, + "PivotHash": "0xe53af6c422171ba45bd5bf5decd538477f8488518b7080939e76e26258687894", + "PivotTotalDifficulty": "3375601079855709557556676105723140657290533286", "FastBlocks": true, "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000 diff --git a/src/Nethermind/Nethermind.Runner/configs/gnosis.cfg b/src/Nethermind/Nethermind.Runner/configs/gnosis.cfg index 953946d3044..ae6ae875c65 100644 --- a/src/Nethermind/Nethermind.Runner/configs/gnosis.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/gnosis.cfg @@ -12,8 +12,8 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 33890000, - "PivotHash": "0xa8f5e4340d450c18b8e4d085f6c13a11a259e4f9156edda597fb8793e0d5a798", + "PivotNumber": 34000000, + "PivotHash": "0x84c32f74f3cf9cf4137a4543c66787c64a7b82274e933e7df5ed347cb5787e7b", "PivotTotalDifficulty": "8626000110427538733349499292577475819600160930", "FastBlocks": true, "UseGethLimitsInFastBlocks": false, diff --git a/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.cfg b/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.cfg index b342d2466ee..bcc6d80d4dc 100644 --- a/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.cfg @@ -12,9 +12,9 @@ "FastSync": true, "SnapSync": true, "FastBlocks": true, - "PivotNumber": 11170000, - "PivotHash": "0x544eb6cb7f4e9ba74c595698c6861fe5ebb2623f8093c85534c66ebedf0ecde7", - "PivotTotalDifficulty": "22316832" + "PivotNumber": 11290000, + "PivotHash": "0x7a0939df5f57b17545b31e5feb7949b412026f50360d4fe17b6288d7c500ec40", + "PivotTotalDifficulty": "22556832" }, "Metrics": { "NodeName": "JOC-Mainnet" diff --git a/src/Nethermind/Nethermind.Runner/configs/joc-testnet.cfg b/src/Nethermind/Nethermind.Runner/configs/joc-testnet.cfg index 9f64291e070..b238be6a1c4 100644 --- a/src/Nethermind/Nethermind.Runner/configs/joc-testnet.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/joc-testnet.cfg @@ -11,9 +11,9 @@ "Sync": { "FastSync": true, "SnapSync": true, - "PivotNumber": 4770000, - "PivotHash": "0x234da080172dd6926d96518037a78fa50d00a7e9fc3838701c5942ebf34fb900", - "PivotTotalDifficulty": "9518342" + "PivotNumber": 4890000, + "PivotHash": "0x473f1557a048f29134a02c6cb3219a95b7d5c833d9c8cdceaaaf89cb73be3e22", + "PivotTotalDifficulty": "9712229" }, "Metrics": { "NodeName": "JOC-Testnet" diff --git a/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg b/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg index f856558a317..8fe62cca022 100644 --- a/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg @@ -9,8 +9,8 @@ "Sync": { "FastSync": true, "SnapSync": true, - "PivotNumber": 19849000, - "PivotHash": "0x9302800b55ed6f56c4f87c3ad52bb1d25b0d082528f9ee766de17000269d9f3f", + "PivotNumber": 19899000, + "PivotHash": "0x3ea709cca89b59e602951945f0188402f8b4de188976a11a09bd631176c16178", "PivotTotalDifficulty": "58750003716598352816469", "FastBlocks": true, "FastSyncCatchUpHeightDelta": "10000000000" diff --git a/src/Nethermind/Nethermind.Runner/configs/sepolia.cfg b/src/Nethermind/Nethermind.Runner/configs/sepolia.cfg index a312fc3da3d..d9bc38fc9e7 100644 --- a/src/Nethermind/Nethermind.Runner/configs/sepolia.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/sepolia.cfg @@ -17,8 +17,8 @@ "FastSync": true, "SnapSync": true, "UseGethLimitsInFastBlocks": true, - "PivotNumber": 5883000, - "PivotHash": "0x38a93a08884e30db95f009e40e4cdac4781d51462112e891e01afdb2301431f6", + "PivotNumber": 5930000, + "PivotHash": "0x95a149ad755d648904d746c60d9a705e3a6e97bcc1914b5e50055dedd6e542ce", "PivotTotalDifficulty": "17000018015853232", "FastSyncCatchUpHeightDelta": "10000000000" }, diff --git a/src/Nethermind/Nethermind.Runner/configs/volta.cfg b/src/Nethermind/Nethermind.Runner/configs/volta.cfg index 94d78db6dd9..d2ff9dd18ea 100644 --- a/src/Nethermind/Nethermind.Runner/configs/volta.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/volta.cfg @@ -15,9 +15,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 27720000, - "PivotHash": "0xe69b7a0c58e540053d40dc3818f8606e59f00e794cfb6e505301a16a05cc1776", - "PivotTotalDifficulty": "9432627211048414207204744118008614821189650468", + "PivotNumber": 27810000, + "PivotHash": "0x97030bab72057d48bb826535d6935133ad3ceb0cd0282ec1aa7c0c876e65da16", + "PivotTotalDifficulty": "9463252624071298668916447832677473960220477112", "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000 },