Skip to content

Commit

Permalink
Updating Fast Sync config files (#4897)
Browse files Browse the repository at this point in the history
Co-authored-by: LukaszRozmej <LukaszRozmej@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and LukaszRozmej authored Nov 13, 2022
1 parent 9bcdf50 commit db065d5
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 41 deletions.
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/chiado.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"Sync": {
"FastSync": true,
"FastBlocks": true,
"PivotNumber": 690000,
"PivotHash": "0x742eb974b1b39752eb80f9fd74ec160d8ecc2e7108200c23b51dda9ccd8cca74",
"PivotNumber": 810000,
"PivotHash": "0x384162c0d0783c923a665cda3db5bf2ee55f4a4c417d3317f9b1ae9084e7e92a",
"PivotTotalDifficulty": "231708131825107706987652208063906496124457284",
"FastSyncCatchUpHeightDelta": "10000000000"
},
Expand All @@ -38,4 +38,4 @@
16
]
}
}
}
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/energyweb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 20880000,
"PivotHash": "0xfbb360e31cc90d93c61380dd11e406cb06089da9499d7daebd08de84486a7268",
"PivotTotalDifficulty": "7105095821309195117115261803175320254847003588",
"PivotNumber": 21000000,
"PivotHash": "0xd4b7eb15adbee11fc2b36e204ae432820bb18281ac8d3bd96c538f2b4b6ee7ca",
"PivotTotalDifficulty": "7145929705339707732730866756067132440221483192",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/goerli.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 7890000,
"PivotHash": "0x5e98a988bc20bc5537dd05854036b11a9d022f85babe21d77665b533fb4c42e8",
"PivotNumber": 7920000,
"PivotHash": "0x20cdfb2ee5d15155c4c5fd3f255f4e67c60a6afa5218f40a40449728ee8bb078",
"PivotTotalDifficulty": "10790000",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": true,
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/goerli_aa.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 7890000,
"PivotHash": "0x5e98a988bc20bc5537dd05854036b11a9d022f85babe21d77665b533fb4c42e8",
"PivotNumber": 7920000,
"PivotHash": "0x20cdfb2ee5d15155c4c5fd3f255f4e67c60a6afa5218f40a40449728ee8bb078",
"PivotTotalDifficulty": "10790000",
"FastBlocks": true,
"FastSyncCatchUpHeightDelta": "10000000000"
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/goerli_mev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 7890000,
"PivotHash": "0x5e98a988bc20bc5537dd05854036b11a9d022f85babe21d77665b533fb4c42e8",
"PivotNumber": 7920000,
"PivotHash": "0x20cdfb2ee5d15155c4c5fd3f255f4e67c60a6afa5218f40a40449728ee8bb078",
"PivotTotalDifficulty": "10790000",
"FastBlocks": true,
"FastSyncCatchUpHeightDelta": "10000000000"
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/mainnet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 15906000,
"PivotHash": "0xcf3de6b2830c72e89c331f3b1d070c0488bc88bb42ac97ed16db060fe8e45e49",
"PivotNumber": 15956000,
"PivotHash": "0x529e31a4d46c92acf8f541f4ed6572f13817f847f97b6e6142468bb5f0b10fee",
"PivotTotalDifficulty": "58750003716598352816469",
"FastBlocks": true,
"AncientBodiesBarrier": 11052984,
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/mainnet_aa.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 15906000,
"PivotHash": "0xcf3de6b2830c72e89c331f3b1d070c0488bc88bb42ac97ed16db060fe8e45e49",
"PivotNumber": 15956000,
"PivotHash": "0x529e31a4d46c92acf8f541f4ed6572f13817f847f97b6e6142468bb5f0b10fee",
"PivotTotalDifficulty": "58750003716598352816469",
"FastBlocks": true,
"AncientBodiesBarrier": 11052984,
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/mainnet_mev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 15906000,
"PivotHash": "0xcf3de6b2830c72e89c331f3b1d070c0488bc88bb42ac97ed16db060fe8e45e49",
"PivotNumber": 15956000,
"PivotHash": "0x529e31a4d46c92acf8f541f4ed6572f13817f847f97b6e6142468bb5f0b10fee",
"PivotTotalDifficulty": "58750003716598352816469",
"FastBlocks": true,
"AncientBodiesBarrier": 11052984,
Expand Down
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/poacore.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 29880000,
"PivotHash": "0xba52f4f452d2b4fe2757265edbf8de45bf553f274216fac34fb1906faf8a599d",
"PivotTotalDifficulty": "10167637123597641288285633270061234157942007719",
"PivotNumber": 29980000,
"PivotHash": "0x4d181276a0e24535c04fa6fd354956da46526bb34a47ef5bff2f33688af95125",
"PivotTotalDifficulty": "10201665360289735134631970730804410979087381895",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/sepolia.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"FastBlocks": true,
"SnapSync": true,
"UseGethLimitsInFastBlocks": true,
"PivotNumber": 2231000,
"PivotHash": "0x4d9e94e3d34b6858a3d7a4ad56001d05d5f0c18a0d2259a624162fc0b24ea1ff",
"PivotNumber": 2276000,
"PivotHash": "0x839f6b3f5defcba4dab33ef1bd7906547bc2747e1ba84bdbd223c730c7d67e98",
"PivotTotalDifficulty": "17000018015853232",
"FastSyncCatchUpHeightDelta": "10000000000"
},
Expand Down
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/sokol.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 27580000,
"PivotHash": "0x7187a5e160fe1be1f90f210740dce403b03b045e072eba3c7c087f24f74d18b9",
"PivotTotalDifficulty": "9384987679679482822319871672968167271595573088",
"PivotNumber": 27610000,
"PivotHash": "0xf0640b5410456a683c02e42b5e1022814091b3ba9fadca1650f514454b34201c",
"PivotTotalDifficulty": "9395196150687110976223772911191120317939073088",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/volta.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 20120000,
"PivotHash": "0x51cdcd5b1ff8fbfa1c17b08a7b612c2006044740ac58f96a98f0ae8d3f5e5234",
"PivotTotalDifficulty": "6846481222449281884883097101527176414141202288",
"PivotNumber": 20220000,
"PivotHash": "0xaad38ee8022a5afbfe8b1b1b6132b47f5b583308cd70aa1fb84f26241d3a4647",
"PivotTotalDifficulty": "6880509459141375731229434562270353235286587348",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
8 changes: 4 additions & 4 deletions src/Nethermind/Nethermind.Runner/configs/xdai.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 24860000,
"PivotHash": "0x65e59eed6205b2941da3bab1b30812cd3ee5feedf909681e58ebdae8db09d9cd",
"PivotTotalDifficulty": "8459419641654530201699492740753757736437912901",
"PivotNumber": 24940000,
"PivotHash": "0xadb6f591aea4191bcdecd9ee4306495ba6568093ff3ca1ef8d5e9a21bed36256",
"PivotTotalDifficulty": "8486642231008205278776562709348299193354193858",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand All @@ -34,4 +34,4 @@
16
]
}
}
}
8 changes: 4 additions & 4 deletions src/Nethermind/Nethermind.Runner/configs/xdai_aa.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 24860000,
"PivotHash": "0x65e59eed6205b2941da3bab1b30812cd3ee5feedf909681e58ebdae8db09d9cd",
"PivotTotalDifficulty": "8459419641654530201699492740753757736437912901",
"PivotNumber": 24940000,
"PivotHash": "0xadb6f591aea4191bcdecd9ee4306495ba6568093ff3ca1ef8d5e9a21bed36256",
"PivotTotalDifficulty": "8486642231008205278776562709348299193354193858",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand All @@ -48,4 +48,4 @@
16
]
}
}
}
8 changes: 4 additions & 4 deletions src/Nethermind/Nethermind.Runner/configs/xdai_mev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 24860000,
"PivotHash": "0x65e59eed6205b2941da3bab1b30812cd3ee5feedf909681e58ebdae8db09d9cd",
"PivotTotalDifficulty": "8459419641654530201699492740753757736437912901",
"PivotNumber": 24940000,
"PivotHash": "0xadb6f591aea4191bcdecd9ee4306495ba6568093ff3ca1ef8d5e9a21bed36256",
"PivotTotalDifficulty": "8486642231008205278776562709348299193354193858",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down Expand Up @@ -38,4 +38,4 @@
"Enabled": true,
"MaxMergedBundles": 3
}
}
}

0 comments on commit db065d5

Please sign in to comment.