Skip to content

Commit

Permalink
Updating Fast Sync config files (#5420)
Browse files Browse the repository at this point in the history
Co-authored-by: LukaszRozmej <[email protected]>
  • Loading branch information
2 people authored and kamilchodola committed Mar 14, 2023
1 parent 0ac071c commit f3fc20a
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 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": 2770000,
"PivotHash": "0x72d75f3d4f42b4803586a3f1ae2dc4bbbd45eea8aabc12982dc58b07a0062698",
"PivotNumber": 2860000,
"PivotHash": "0x21f459926f9a9c2e3c14ec4f4e4aff7b3db2bb79da912d40673c4f1762753998",
"PivotTotalDifficulty": "231708131825107706987652208063906496124457284",
"FastSyncCatchUpHeightDelta": "10000000000"
},
Expand Down
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": 22910000,
"PivotHash": "0x73e23811c1c26a1a852fffb7f3738bdbbe4bfd0127124a193b18b52efd7fe9ac",
"PivotTotalDifficulty": "7795869026158700197945912256261809724098574240",
"PivotNumber": 23000000,
"PivotHash": "0xa864f20f0b76e39650d941744850d460f538b32e150b0c8c72c655758a0ebbc9",
"PivotTotalDifficulty": "7826494439181584659657615970930668863129429950",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/exosama.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 2330000,
"PivotHash": "0x83d836fab7776c91c9ed5ea66c487045588ce70cc176836d63d7fec33479047d",
"PivotTotalDifficulty": "792857914925786619869662835316019932354673395",
"PivotNumber": 2420000,
"PivotHash": "0x4263798bd6c5d87bd37305bdacb89a643229078d4587f5bebdaced2999416952",
"PivotTotalDifficulty": "823483327948671081581366549984879071385533395",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/gnosis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 26790000,
"PivotHash": "0x2e65a06e1ac937ecda0fafaccf9caca620093469447b9a7344f7a03855606f56",
"PivotNumber": 26880000,
"PivotHash": "0x4b9d0126d307843ac014f0a43c593b8287b001e14e4419d575409c7663a3dbca",
"PivotTotalDifficulty": "8626000110427538733349499292577475819600160930",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
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": 8580000,
"PivotHash": "0x01e3013a1f80460ec86ef50106524157e894c5388b6737b5009abcc5abb80aa7",
"PivotNumber": 8610000,
"PivotHash": "0xf13a720ba037f1e9f1cc58325ebcc6a5ab418812f514688c5c2c215fa9614edb",
"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": 8580000,
"PivotHash": "0x01e3013a1f80460ec86ef50106524157e894c5388b6737b5009abcc5abb80aa7",
"PivotNumber": 8610000,
"PivotHash": "0xf13a720ba037f1e9f1cc58325ebcc6a5ab418812f514688c5c2c215fa9614edb",
"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": 8580000,
"PivotHash": "0x01e3013a1f80460ec86ef50106524157e894c5388b6737b5009abcc5abb80aa7",
"PivotNumber": 8610000,
"PivotHash": "0xf13a720ba037f1e9f1cc58325ebcc6a5ab418812f514688c5c2c215fa9614edb",
"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": 16768000,
"PivotHash": "0xb02d632d36cb688b3a6829da99af8806a5796762da853fe9211dee2b28ecd3f2",
"PivotNumber": 16807000,
"PivotHash": "0x4ea36695095bf25be4f88bea1f6364529d6c589f5ef0e75e8dbcf31dddc3c34e",
"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": 16768000,
"PivotHash": "0xb02d632d36cb688b3a6829da99af8806a5796762da853fe9211dee2b28ecd3f2",
"PivotNumber": 16807000,
"PivotHash": "0x4ea36695095bf25be4f88bea1f6364529d6c589f5ef0e75e8dbcf31dddc3c34e",
"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": 16768000,
"PivotHash": "0xb02d632d36cb688b3a6829da99af8806a5796762da853fe9211dee2b28ecd3f2",
"PivotNumber": 16807000,
"PivotHash": "0x4ea36695095bf25be4f88bea1f6364529d6c589f5ef0e75e8dbcf31dddc3c34e",
"PivotTotalDifficulty": "58750003716598352816469",
"FastBlocks": true,
"AncientBodiesBarrier": 11052984,
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": 3033000,
"PivotHash": "0xbfaa4461e37156ac79a4dff4ef481b901d55428b1934eaa0c8daa37ddfc1226d",
"PivotNumber": 3070000,
"PivotHash": "0x819a042ae11ebf53aa01b61e0ce0630f4c281b08c8cd0f8a007aebfdcc377f1a",
"PivotTotalDifficulty": "17000018015853232",
"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": 21960000,
"PivotHash": "0xc31d28e0d671b9be5e93ccfd8d3341afb2b137aa8b0128ba5b1a48d56d4c357b",
"PivotTotalDifficulty": "7472600777583808657655706379201629923216322218",
"PivotNumber": 22040000,
"PivotHash": "0xbe39856e20020a9a7c4a73702d71b2de7f08f2a55352bbf6c887c643ab2c3edf",
"PivotTotalDifficulty": "7499823366937483734732776347796171380132632982",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/xdai.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 26790000,
"PivotHash": "0x2e65a06e1ac937ecda0fafaccf9caca620093469447b9a7344f7a03855606f56",
"PivotNumber": 26880000,
"PivotHash": "0x4b9d0126d307843ac014f0a43c593b8287b001e14e4419d575409c7663a3dbca",
"PivotTotalDifficulty": "8626000110427538733349499292577475819600160930",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/xdai_aa.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 26790000,
"PivotHash": "0x2e65a06e1ac937ecda0fafaccf9caca620093469447b9a7344f7a03855606f56",
"PivotNumber": 26880000,
"PivotHash": "0x4b9d0126d307843ac014f0a43c593b8287b001e14e4419d575409c7663a3dbca",
"PivotTotalDifficulty": "8626000110427538733349499292577475819600160930",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
Expand Down

0 comments on commit f3fc20a

Please sign in to comment.