diff --git a/src/Nethermind/Nethermind.Runner/configs/chiado.cfg b/src/Nethermind/Nethermind.Runner/configs/chiado.cfg index 93e743c7da5..1767febe2c6 100644 --- a/src/Nethermind/Nethermind.Runner/configs/chiado.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/chiado.cfg @@ -13,8 +13,8 @@ "Sync": { "FastSync": true, "FastBlocks": true, - "PivotNumber": 7290000, - "PivotHash": "0xd5b376479409e5bf898d3364c55c8a646da0d88c943faae23cf0bb56e95b7046", + "PivotNumber": 7380000, + "PivotHash": "0xcb9bb3e1d8bc0c7e6b12fcfac1f5c874d6bf352984c9da5959e227ec21d985d6", "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 ed00382a8ca..3ee86b0cf02 100644 --- a/src/Nethermind/Nethermind.Runner/configs/energyweb.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/energyweb.cfg @@ -8,9 +8,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 27380000, - "PivotHash": "0x48c20e844c25f0e82ae314ee5c7a6a34055a8b6da991d835e98634fb6a65a0aa", - "PivotTotalDifficulty": "9316931206295295129627196751481813629297615242", + "PivotNumber": 27490000, + "PivotHash": "0x65659c40c76d8c349ac7dbc0188c2e20e244660eb9ebedde46dd8b879516061d", + "PivotTotalDifficulty": "9354362266656598360608167958299308132557544671", "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 b437d37cd54..e548ebcbd63 100644 --- a/src/Nethermind/Nethermind.Runner/configs/exosama.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/exosama.cfg @@ -8,9 +8,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 7140000, - "PivotHash": "0xde992629b4e262e8a3961342334e5f26a7b4a0364562361a8b59519fda1ba02f", - "PivotTotalDifficulty": "2429616099815500629128494697062825029448413288", + "PivotNumber": 7260000, + "PivotHash": "0x3dcbd46634e84cda6cb200592fa375e301293a155e036af289db9cddd513e3da", + "PivotTotalDifficulty": "2470449983846013244744099649954637214822893288", "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 c6e896007c2..51accfc5267 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": 31350000, - "PivotHash": "0x92b96053b45d0b385fd46b978f4ae7904d054f199f20b9b40b178df2d2deaeb0", + "PivotNumber": 31460000, + "PivotHash": "0x98692140a13606c7e3f8a2d3a30dd76622d8bb25cae82d18af5df5fc67a555b4", "PivotTotalDifficulty": "8626000110427538733349499292577475819600160930", "FastBlocks": true, "UseGethLimitsInFastBlocks": false, diff --git a/src/Nethermind/Nethermind.Runner/configs/goerli.cfg b/src/Nethermind/Nethermind.Runner/configs/goerli.cfg index f9e99256b8f..7b3880a355e 100644 --- a/src/Nethermind/Nethermind.Runner/configs/goerli.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/goerli.cfg @@ -15,8 +15,8 @@ "Sync": { "FastSync": true, "SnapSync": true, - "PivotNumber": 10170000, - "PivotHash": "0xd849fcdedf35995789df6884c5c2f6ec1bae5546ebd85b4bb3da57c7429c63b9", + "PivotNumber": 10200000, + "PivotHash": "0x014d2d7336c3c4543eaea77e4edd43edc8a900ab42b2bf1317c7095a01824078", "PivotTotalDifficulty": "10790000", "FastBlocks": true, "UseGethLimitsInFastBlocks": true, diff --git a/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.cfg b/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.cfg index 128ece7ce85..752435ebf37 100644 --- a/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/joc-mainnet.cfg @@ -9,9 +9,9 @@ "FastSync": true, "SnapSync": true, "FastBlocks": true, - "PivotNumber": 8510000, - "PivotHash": "0x1236a01383a0b1b59f0938e050884e1957e169b472df43807c6ee49be8c42262", - "PivotTotalDifficulty": "17019084" + "PivotNumber": 8630000, + "PivotHash": "0x265b02f054ccc44e8adfd3b7b0c0dec420fc35bf2c58c8e688de7e4c006e7eca", + "PivotTotalDifficulty": "17259058" }, "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 4b4cb5e6466..2b66a605fe1 100644 --- a/src/Nethermind/Nethermind.Runner/configs/joc-testnet.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/joc-testnet.cfg @@ -9,9 +9,9 @@ "FastSync": true, "SnapSync": true, "FastBlocks": true, - "PivotNumber": 2110000, - "PivotHash": "0x1759b636eb9ad84699f939e6a67a5a28a905c561666b6f5ff27a20ecc3f5868a", - "PivotTotalDifficulty": "4219847" + "PivotNumber": 2230000, + "PivotHash": "0x58a6f20c2d6bf1149bf49f7a70694fadd7d15e259eccb7de3fa31c3f4a9bbba7", + "PivotTotalDifficulty": "4459816" }, "Metrics": { "NodeName": "JOC-Testnet" diff --git a/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg b/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg index 29394741b20..53480f88a4b 100644 --- a/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/mainnet.cfg @@ -12,8 +12,8 @@ "Sync": { "FastSync": true, "SnapSync": true, - "PivotNumber": 18751000, - "PivotHash": "0x4c59200de3234a4475731877c47ae5cf0805de25e065f726aa09d308a9062696", + "PivotNumber": 18801000, + "PivotHash": "0xbdab3335cb22c0e2ca2786dd046720f854461de0c7eca8b1880a9d563328e860", "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 1c5869e1b2f..cd9dbfdb686 100644 --- a/src/Nethermind/Nethermind.Runner/configs/sepolia.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/sepolia.cfg @@ -18,8 +18,8 @@ "FastBlocks": true, "SnapSync": true, "UseGethLimitsInFastBlocks": true, - "PivotNumber": 4855000, - "PivotHash": "0xa961b0513d76e20aab68556b2aa8bc2ed394066ddaa35ecc156d5493ae59cdb8", + "PivotNumber": 4899000, + "PivotHash": "0xa94b70d0af991d47cb67b22027137835e2ed7b3e08bb8ec00766491ed9b75f7b", "PivotTotalDifficulty": "17000018015853232", "FastSyncCatchUpHeightDelta": "10000000000" }, diff --git a/src/Nethermind/Nethermind.Runner/configs/volta.cfg b/src/Nethermind/Nethermind.Runner/configs/volta.cfg index 535b62272ba..4da1540cffb 100644 --- a/src/Nethermind/Nethermind.Runner/configs/volta.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/volta.cfg @@ -12,9 +12,9 @@ }, "Sync": { "FastSync": true, - "PivotNumber": 25820000, - "PivotHash": "0xa24ca82532b96e4573c1d32a75027c7e8464cf1bfdcb8235333df3dd0c60596b", - "PivotTotalDifficulty": "8786090713898631126624332363888255219427819739", + "PivotNumber": 25920000, + "PivotHash": "0x7959742aefd389555fbc8a9e2d64768c2d748d887ecec5597f220fee914929ce", + "PivotTotalDifficulty": "8820118950590724972970669824631432040573188062", "FastBlocks": true, "UseGethLimitsInFastBlocks": false, "FastSyncCatchUpHeightDelta": 10000000000