Skip to content

Commit 2d3dd48

Browse files
Updating Fast Sync config files (#3997)
Co-authored-by: matilote <matilote@users.noreply.github.com>
1 parent 287eabb commit 2d3dd48

File tree

11 files changed

+33
-33
lines changed

11 files changed

+33
-33
lines changed

src/Nethermind/Nethermind.Runner/configs/energyweb.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"Sync": {
1010
"FastSync": true,
11-
"PivotNumber": 17630000,
12-
"PivotHash": "0xff35a20408d05460198476921f0a2f338cc3b00edf0f8c28efe49b96a1fed569",
13-
"PivotTotalDifficulty": "5999178128816145110859294329022073567621554114",
11+
"PivotNumber": 17680000,
12+
"PivotHash": "0x0f0665da7a01792074c22c4c8bdf787fe536a8cc74691aeaccb41fa6c5413d0a",
13+
"PivotTotalDifficulty": "6016192247162192034032463059393661978194253398",
1414
"FastBlocks": true,
1515
"UseGethLimitsInFastBlocks": false,
1616
"FastSyncCatchUpHeightDelta": 10000000000

src/Nethermind/Nethermind.Runner/configs/kovan.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"Sync": {
1313
"FastSync": true,
14-
"PivotNumber": 31300000,
15-
"PivotHash": "0xd7014ed295b2e06152b84d64f3f58e2bc83704cfeb297648e72a5ce47915e973",
16-
"PivotTotalDifficulty": "10600394966835380909518278024183267150033498874",
14+
"PivotNumber": 31360000,
15+
"PivotHash": "0x5b60f3fd3e0e3771c1ae1baf1fb762785278a57d0ce8b0db7ad71345d6ed529f",
16+
"PivotTotalDifficulty": "10620811908850637217326080500629173242720735244",
1717
"FastBlocks": true,
1818
"UseGethLimitsInFastBlocks": false,
1919
"FastSyncCatchUpHeightDelta": 10000000000

src/Nethermind/Nethermind.Runner/configs/mainnet.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"Sync": {
1313
"FastSync": true,
14-
"PivotNumber": 14674000,
15-
"PivotHash": "0xe39feb0f2331ef0fb459536223adf0b03f55e140677cae0959a224510c1cb0ab",
16-
"PivotTotalDifficulty": "47556335648442566507813",
14+
"PivotNumber": 14694000,
15+
"PivotHash": "0xdb5d273da9f65a0c4b87287435dd02089f716ba07180af8efb86a96e6bce1cc7",
16+
"PivotTotalDifficulty": "47827229105016398285044",
1717
"FastBlocks": true,
1818
"AncientBodiesBarrier": 11052984,
1919
"AncientReceiptsBarrier": 11052984,

src/Nethermind/Nethermind.Runner/configs/mainnet_mev.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"Sync": {
1010
"FastSync": true,
11-
"PivotNumber": 14674000,
12-
"PivotHash": "0xe39feb0f2331ef0fb459536223adf0b03f55e140677cae0959a224510c1cb0ab",
13-
"PivotTotalDifficulty": "47556335648442566507813",
11+
"PivotNumber": 14694000,
12+
"PivotHash": "0xdb5d273da9f65a0c4b87287435dd02089f716ba07180af8efb86a96e6bce1cc7",
13+
"PivotTotalDifficulty": "47827229105016398285044",
1414
"FastBlocks": true,
1515
"AncientBodiesBarrier": 11052984,
1616
"AncientReceiptsBarrier": 11052984,

src/Nethermind/Nethermind.Runner/configs/poacore.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"Sync": {
1010
"FastSync": true,
11-
"PivotNumber": 27100000,
12-
"PivotHash": "0x12daad7d1d6a033426038cccd7a5246bad7eb2f250d4c1cb799cb0686a6201fc",
13-
"PivotTotalDifficulty": "9221652143557432359857451861400918530100410514",
11+
"PivotNumber": 27160000,
12+
"PivotHash": "0x9ec133869c8015f8f6d62631ef19e480b49fd528e06b016d3560cb01cfae0dd1",
13+
"PivotTotalDifficulty": "9242069085572688667665254337846824622787650129",
1414
"FastBlocks": true,
1515
"UseGethLimitsInFastBlocks": false,
1616
"FastSyncCatchUpHeightDelta": 10000000000

src/Nethermind/Nethermind.Runner/configs/rinkeby.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"Sync": {
1313
"FastSync": true,
14-
"PivotNumber": 10560000,
15-
"PivotHash": "0xfe250a8729a75e602509d079717355a8b7e238b51a228622689a6d7bf885c90e",
16-
"PivotTotalDifficulty": "17481012",
14+
"PivotNumber": 10590000,
15+
"PivotHash": "0xdf669b19abbed29c9eee6869d15314bd19696cf0ac894739323d3b0c71400528",
16+
"PivotTotalDifficulty": "17518431",
1717
"FastBlocks": true
1818
},
1919
"Metrics": {

src/Nethermind/Nethermind.Runner/configs/ropsten.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"FastSync": true,
1414
"FastBlocks": true,
1515
"UseGethLimitsInFastBlocks": true,
16-
"PivotNumber": 12210000,
17-
"PivotHash": "0xca033adc29b6987ef20761364ef1975becfea8f51f131cc35b064c3970d51cdf",
18-
"PivotTotalDifficulty": "41300014679180182"
16+
"PivotNumber": 12220000,
17+
"PivotHash": "0x8e1f4b29d08f29da36893170b752d908c59171d7966ceba2b42de8461e3ae080",
18+
"PivotTotalDifficulty": "41357861182729227"
1919
},
2020
"EthStats": {
2121
"Server": "ws://ropsten-stats.parity.io/api"

src/Nethermind/Nethermind.Runner/configs/sokol.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"Sync": {
1313
"FastSync": true,
14-
"PivotNumber": 26410000,
15-
"PivotHash": "0x67d9df709c5a474a2167c9375da904cb267dd3f9d4b51625ed20683b4c24c0c1",
16-
"PivotTotalDifficulty": "8986857310381984820067723382272998464196454326",
14+
"PivotNumber": 26460000,
15+
"PivotHash": "0x4c91a6e88e2db4f5e5e904f1b0bcfbe9f121ffd8f7c2b0c550cacf1ad6d2b105",
16+
"PivotTotalDifficulty": "9003871428728031743240892112644586874769154026",
1717
"FastBlocks": true,
1818
"UseGethLimitsInFastBlocks": false,
1919
"FastSyncCatchUpHeightDelta": 10000000000

src/Nethermind/Nethermind.Runner/configs/volta.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"Sync": {
1414
"FastSync": true,
15-
"PivotNumber": 17150000,
16-
"PivotHash": "0xfa0d1c26e27ce0f00083655cae566e0a6b740a3b1ab14e484e34a5076fcfe70b",
17-
"PivotTotalDifficulty": "5835842592694094648396874517454824826123159891",
15+
"PivotNumber": 17200000,
16+
"PivotHash": "0x702aa57ea9c34b3d937465a32ad7e1e0953bcecde778362427d9ddc94886140e",
17+
"PivotTotalDifficulty": "5852856711040141571570043247826413236695853221",
1818
"FastBlocks": true,
1919
"UseGethLimitsInFastBlocks": false,
2020
"FastSyncCatchUpHeightDelta": 10000000000

src/Nethermind/Nethermind.Runner/configs/xdai.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"Sync": {
1010
"FastSync": true,
11-
"PivotNumber": 21860000,
12-
"PivotHash": "0x514ea00848217d92d9efce745a9f11cd338525c9abf4f17b484e03888a17e125",
13-
"PivotTotalDifficulty": "7438572540891714811309368918458453102076211027",
11+
"PivotNumber": 21910000,
12+
"PivotHash": "0x377ef167c0b0a1048a92c2045e17cd76c0dd8e1f93e32957d8c75446050275c9",
13+
"PivotTotalDifficulty": "7455586659237761734482537648830041512648908657",
1414
"FastBlocks": true,
1515
"UseGethLimitsInFastBlocks": false,
1616
"FastSyncCatchUpHeightDelta": 10000000000

0 commit comments

Comments
 (0)