diff --git a/src/Nethermind/Nethermind.Runner/configs/base-mainnet.json b/src/Nethermind/Nethermind.Runner/configs/base-mainnet.json index 4c0dd0fd37f..10fb652a80d 100644 --- a/src/Nethermind/Nethermind.Runner/configs/base-mainnet.json +++ b/src/Nethermind/Nethermind.Runner/configs/base-mainnet.json @@ -13,8 +13,8 @@ "FastSync": true, "SnapSync": true, "FastSyncCatchUpHeightDelta": "10000000000", - "PivotNumber": 23400000, - "PivotHash": "0x173a13425d5ff26de7e2df6cd1c3d34ecffd73de355651a55110eb4eb803510f", + "PivotNumber": 23700000, + "PivotHash": "0xf0688530851d54a7ab48bdada5b0c337c83f4e02c18e154fd28117ee8b24a3c1", "PivotTotalDifficulty": "0" }, "Discovery": { diff --git a/src/Nethermind/Nethermind.Runner/configs/base-sepolia.json b/src/Nethermind/Nethermind.Runner/configs/base-sepolia.json index 0984d92d4a1..236df2f2473 100644 --- a/src/Nethermind/Nethermind.Runner/configs/base-sepolia.json +++ b/src/Nethermind/Nethermind.Runner/configs/base-sepolia.json @@ -13,8 +13,8 @@ "FastSync": true, "SnapSync": true, "FastSyncCatchUpHeightDelta": "10000000000", - "PivotNumber": 18910000, - "PivotHash": "0xdecf0dca535c7816706c4207d5f2c01a56c612da653d0ca6de19ddcd1b573091", + "PivotNumber": 19210000, + "PivotHash": "0xf7f365a68314983660e68c6811ea7becfc8d4dc2f3bdfc642409965fcb32b18e", "PivotTotalDifficulty": "0" }, "Discovery": { diff --git a/src/Nethermind/Nethermind.Runner/configs/chiado.json b/src/Nethermind/Nethermind.Runner/configs/chiado.json index 1e0421eac44..d133b02b9d4 100644 --- a/src/Nethermind/Nethermind.Runner/configs/chiado.json +++ b/src/Nethermind/Nethermind.Runner/configs/chiado.json @@ -16,8 +16,8 @@ "Sync": { "FastSync": true, "SnapSync": true, - "PivotNumber": 13190000, - "PivotHash": "0x45419593d5c50f80d4ab96d46668e114ec0f87cedb1e3e8d4faf861767fd6956", + "PivotNumber": 13310000, + "PivotHash": "0x82113b3a20a9f9f8ad0f00bd64e6e4b8bc626daff7a17e1203534d51963ba19f", "PivotTotalDifficulty": "231708131825107706987652208063906496124457284", "FastSyncCatchUpHeightDelta": "10000000000", "UseGethLimitsInFastBlocks": false diff --git a/src/Nethermind/Nethermind.Runner/configs/energyweb.json b/src/Nethermind/Nethermind.Runner/configs/energyweb.json index 6bfd0d340e2..6ddbe7327b3 100644 --- a/src/Nethermind/Nethermind.Runner/configs/energyweb.json +++ b/src/Nethermind/Nethermind.Runner/configs/energyweb.json @@ -11,9 +11,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 33170000, - "PivotHash": "0x26dde3e41b7c1d3fef0a95f69ee0274ef82856fb6d7676215c319508bdd725d1", - "PivotTotalDifficulty": "11287166110767528833080135728511751573615768922", + "PivotNumber": 33280000, + "PivotHash": "0x5301bc535f88c067b931c54c02af770b626b8c37746a4f66ecded74251ecd5a9", + "PivotTotalDifficulty": "11324597171128832064061106935329246076875696208", "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000 }, diff --git a/src/Nethermind/Nethermind.Runner/configs/exosama.json b/src/Nethermind/Nethermind.Runner/configs/exosama.json index 17271412102..4261a33e322 100644 --- a/src/Nethermind/Nethermind.Runner/configs/exosama.json +++ b/src/Nethermind/Nethermind.Runner/configs/exosama.json @@ -11,9 +11,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 13430000, - "PivotHash": "0x1a3588f15bec1e962cec8ca4954d713af0e75afeac0440b61d8a77284d35f0d6", - "PivotTotalDifficulty": "4569992187748203564313120977808647079494073282", + "PivotNumber": 13550000, + "PivotHash": "0xd7dea942bde72cdd9b3864dfb31050bda7efa747b457dec84b8141e621b94cf8", + "PivotTotalDifficulty": "4610826071778716179928725930700459264868553282", "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000 }, diff --git a/src/Nethermind/Nethermind.Runner/configs/gnosis.json b/src/Nethermind/Nethermind.Runner/configs/gnosis.json index d5a87934fb5..594362f75c1 100644 --- a/src/Nethermind/Nethermind.Runner/configs/gnosis.json +++ b/src/Nethermind/Nethermind.Runner/configs/gnosis.json @@ -13,8 +13,8 @@ "Sync": { "FastSync": true, "SnapSync": true, - "PivotNumber": 37400000, - "PivotHash": "0x67f0915d0fbe9487f9da15de6493dd6bb061a897a613483ea2aa272dc3a6cbb1", + "PivotNumber": 37520000, + "PivotHash": "0xd51e0136cc8ab3f9fc9267074558e5dcc45b6410a0139b6bfa60bd4e7f51959e", "PivotTotalDifficulty": "8626000110427538733349499292577475819600160930", "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000 diff --git a/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.json b/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.json index e7c27a13aef..af3777b9727 100644 --- a/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.json +++ b/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.json @@ -11,9 +11,9 @@ "Sync": { "FastSync": true, "SnapSync": true, - "PivotNumber": 14790000, - "PivotHash": "0x6f2a932643ad3a338c4a9b77af6f64e8bc4cda75270a2a923618ae001a5d8a0e", - "PivotTotalDifficulty": "28862088" + "PivotNumber": 14920000, + "PivotHash": "0xf8213c658d5f26c6ba729229cfddb3faa9dc887ef577baa316480d4fd81ecaa3", + "PivotTotalDifficulty": "29041327" }, "Metrics": { "NodeName": "JOC-Mainnet" diff --git a/src/Nethermind/Nethermind.Runner/configs/joc-testnet.json b/src/Nethermind/Nethermind.Runner/configs/joc-testnet.json index ba8d43b404f..fc4bb12db9f 100644 --- a/src/Nethermind/Nethermind.Runner/configs/joc-testnet.json +++ b/src/Nethermind/Nethermind.Runner/configs/joc-testnet.json @@ -11,9 +11,9 @@ "Sync": { "FastSync": true, "SnapSync": true, - "PivotNumber": 8400000, - "PivotHash": "0xe651fd23385ab9baf6b51aedaf442de516e09c5ab634bfe537a8a2d4f474ac4f", - "PivotTotalDifficulty": "15036731" + "PivotNumber": 8520000, + "PivotHash": "0x37534848edaf397d3c7af09154464593eb48f87946a35238ea26d36746670f7b", + "PivotTotalDifficulty": "15205038" }, "Metrics": { "NodeName": "JOC-Testnet" diff --git a/src/Nethermind/Nethermind.Runner/configs/linea-mainnet.json b/src/Nethermind/Nethermind.Runner/configs/linea-mainnet.json index 1e6ef7ce1f4..d749643923d 100644 --- a/src/Nethermind/Nethermind.Runner/configs/linea-mainnet.json +++ b/src/Nethermind/Nethermind.Runner/configs/linea-mainnet.json @@ -16,9 +16,9 @@ }, "Sync": { "SnapSync": true, - "PivotNumber": 13020000, - "PivotHash": "0x3dbc1fab314e5877280d5d192f0e55ae349500198121b67099c00af378369102", - "PivotTotalDifficulty": "26040001" + "PivotNumber": 13310000, + "PivotHash": "0x4f899c26f26ac8e85272864201f46e030ffed46372dd052998bee8463255fcff", + "PivotTotalDifficulty": "26620001" }, "JsonRpc": { "Enabled": true, diff --git a/src/Nethermind/Nethermind.Runner/configs/linea-sepolia.json b/src/Nethermind/Nethermind.Runner/configs/linea-sepolia.json index 37c35b26588..2be2d755f1f 100644 --- a/src/Nethermind/Nethermind.Runner/configs/linea-sepolia.json +++ b/src/Nethermind/Nethermind.Runner/configs/linea-sepolia.json @@ -16,9 +16,9 @@ }, "Sync": { "SnapSync": true, - "PivotNumber": 6830000, - "PivotHash": "0x75e380ff226a8b160cdef9c479327c98df28576a4388c90373d2b2931e3e852a", - "PivotTotalDifficulty": "13660001" + "PivotNumber": 7090000, + "PivotHash": "0xf8e4888bd895671f2290cce1caa4ac326d896df16136476b97a3c3abdb866ada", + "PivotTotalDifficulty": "14180001" }, "JsonRpc": { "Enabled": true, diff --git a/src/Nethermind/Nethermind.Runner/configs/mainnet.json b/src/Nethermind/Nethermind.Runner/configs/mainnet.json index 5720d7d929a..cc529409d06 100644 --- a/src/Nethermind/Nethermind.Runner/configs/mainnet.json +++ b/src/Nethermind/Nethermind.Runner/configs/mainnet.json @@ -9,8 +9,8 @@ "Sync": { "FastSync": true, "SnapSync": true, - "PivotNumber": 21353000, - "PivotHash": "0x2f53bd00be93f4195ef8006762e62a65a8616e1754f39f0b4e80f36b404bebcf", + "PivotNumber": 21403000, + "PivotHash": "0x852d706e7a6062866187e080584924298ef3a0771be4f554a6e4c42135827bbc", "PivotTotalDifficulty": "58750003716598352816469", "FastSyncCatchUpHeightDelta": "10000000000" }, diff --git a/src/Nethermind/Nethermind.Runner/configs/op-mainnet.json b/src/Nethermind/Nethermind.Runner/configs/op-mainnet.json index 0ce886f4dcf..582796790fc 100644 --- a/src/Nethermind/Nethermind.Runner/configs/op-mainnet.json +++ b/src/Nethermind/Nethermind.Runner/configs/op-mainnet.json @@ -16,8 +16,8 @@ "AncientBodiesBarrier": 105235063, "AncientReceiptsBarrier": 105235063, "FastSyncCatchUpHeightDelta": "10000000000", - "PivotNumber": 129000000, - "PivotHash": "0x1abcf30e0ec225181ba2ba1eaff1377a973cb951f83742d0f76a2d7a8dd98086", + "PivotNumber": 129300000, + "PivotHash": "0x567bd9814f414b9827af6ae54c902b4bb9f4045bd6f0e2f18cec3c7806735d7c", "PivotTotalDifficulty": "0" }, "Discovery": { diff --git a/src/Nethermind/Nethermind.Runner/configs/op-sepolia.json b/src/Nethermind/Nethermind.Runner/configs/op-sepolia.json index 8022a7cb40b..08c2b45fe6a 100644 --- a/src/Nethermind/Nethermind.Runner/configs/op-sepolia.json +++ b/src/Nethermind/Nethermind.Runner/configs/op-sepolia.json @@ -13,8 +13,8 @@ "FastSync": true, "SnapSync": true, "FastSyncCatchUpHeightDelta": "10000000000", - "PivotNumber": 20890000, - "PivotHash": "0x902344fe7978fddc240c36e157c0bb5dd40f068691a438b2f34a35c77abbeb1c", + "PivotNumber": 21200000, + "PivotHash": "0x937bdbc55627c2c6515b1828c43a168b0ac66aee90fe9646896e514e265b6462", "PivotTotalDifficulty": "0" }, "Discovery": { diff --git a/src/Nethermind/Nethermind.Runner/configs/sepolia.json b/src/Nethermind/Nethermind.Runner/configs/sepolia.json index 60fb166704e..bfdb4a979d0 100644 --- a/src/Nethermind/Nethermind.Runner/configs/sepolia.json +++ b/src/Nethermind/Nethermind.Runner/configs/sepolia.json @@ -17,8 +17,8 @@ "FastSync": true, "SnapSync": true, "UseGethLimitsInFastBlocks": true, - "PivotNumber": 7232000, - "PivotHash": "0xaba01051626ddd4dbbad35822f8eab9491b308002674260940ddf76fc48bc23d", + "PivotNumber": 7279000, + "PivotHash": "0x8cdb73d9696a9b066a13195818f1a490b60aa19a8bdde262dc0d8bfd51cece86", "PivotTotalDifficulty": "17000018015853232", "FastSyncCatchUpHeightDelta": "10000000000" }, diff --git a/src/Nethermind/Nethermind.Runner/configs/volta.json b/src/Nethermind/Nethermind.Runner/configs/volta.json index 99ba04e9196..4d58b61e9c8 100644 --- a/src/Nethermind/Nethermind.Runner/configs/volta.json +++ b/src/Nethermind/Nethermind.Runner/configs/volta.json @@ -15,9 +15,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 30220000, - "PivotHash": "0xaff02c74af703aba044d677760d030749c35d5e32a30386b0041bbd19e98e17e", - "PivotTotalDifficulty": "10283333128350760365863180636588035349823525893", + "PivotNumber": 30290000, + "PivotHash": "0xb036d5a4e89b4bbed2c81803d8eea2f2c5e416c2ec004ba04b820c54768e37cd", + "PivotTotalDifficulty": "10307152894035226058305616859108259124625257474", "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000 },