Skip to content

Commit

Permalink
Updating Fast Sync config files (#4421)
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 Aug 15, 2022
1 parent 6cb565b commit 2e5d818
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 52 deletions.
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": 19320000,
"PivotHash": "0xdc654561e52b0aee131f8ce4f1718a3c9ca59fa36f996d29dc4097c8a4503c50",
"PivotTotalDifficulty": "6574255328912531114112397415581761844978775409",
"PivotNumber": 19440000,
"PivotHash": "0x7fa1728632dfe33211f38a93a555f9181d11503a438cb8614379f38dc919d60d",
"PivotTotalDifficulty": "6615089212943043729728002368473574030353254270",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
8 changes: 4 additions & 4 deletions src/Nethermind/Nethermind.Runner/configs/goerli.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 7350000,
"PivotHash": "0xfe9f45db9290a65374953b5a930a694b6f166a3745f579e6b239ea949a95aefa",
"PivotTotalDifficulty": "10743071",
"PivotNumber": 7380000,
"PivotHash": "0xff2f0569e6e73bd4eb237b2dc771f73e98383d35b2fddfffdcd93561df7b63b5",
"PivotTotalDifficulty": "10785833",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": true,
"WitnessProtocolEnabled": true,
Expand Down Expand Up @@ -50,4 +50,4 @@
"Merge": {
"Enabled": true
}
}
}
8 changes: 4 additions & 4 deletions src/Nethermind/Nethermind.Runner/configs/goerli_aa.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 7350000,
"PivotHash": "0xfe9f45db9290a65374953b5a930a694b6f166a3745f579e6b239ea949a95aefa",
"PivotTotalDifficulty": "10743071",
"PivotNumber": 7380000,
"PivotHash": "0xff2f0569e6e73bd4eb237b2dc771f73e98383d35b2fddfffdcd93561df7b63b5",
"PivotTotalDifficulty": "10785833",
"FastBlocks": true,
"FastSyncCatchUpHeightDelta": "10000000000"
},
Expand All @@ -57,4 +57,4 @@
"Merge": {
"Enabled": true
}
}
}
8 changes: 4 additions & 4 deletions src/Nethermind/Nethermind.Runner/configs/goerli_mev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 7350000,
"PivotHash": "0xfe9f45db9290a65374953b5a930a694b6f166a3745f579e6b239ea949a95aefa",
"PivotTotalDifficulty": "10743071",
"PivotNumber": 7380000,
"PivotHash": "0xff2f0569e6e73bd4eb237b2dc771f73e98383d35b2fddfffdcd93561df7b63b5",
"PivotTotalDifficulty": "10785833",
"FastBlocks": true,
"WitnessProtocolEnabled": true,
"FastSyncCatchUpHeightDelta": "10000000000"
Expand Down Expand Up @@ -53,4 +53,4 @@
"Merge": {
"Enabled": true
}
}
}
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/kovan.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 33140000,
"PivotHash": "0xdb8bc4d5f74cea9822115610c4c3934e21ad9a2baecbdb115d73a54d05c9e4e7",
"PivotTotalDifficulty": "11226514521969907682290887301857720659108539361",
"PivotNumber": 33260000,
"PivotHash": "0xbfc65877965f40f8f8068d2f128f33ea92a7ccf5bcc240a8b8eef526ea6f3975",
"PivotTotalDifficulty": "11267348406000420297906492254749532844482994253",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/mainnet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 15290000,
"PivotHash": "0x5a44a71229b254198ce4b3b20dd6cd856941569b3d146cf3f0fd1bc2728d71cb",
"PivotTotalDifficulty": "55748882672167094810743",
"PivotNumber": 15335000,
"PivotHash": "0xde3bca488cce75bee9aabbfab6fc15aa56bc04e715f3197537a1d411af7b9708",
"PivotTotalDifficulty": "56285312641338818488948",
"FastBlocks": true,
"AncientBodiesBarrier": 11052984,
"AncientReceiptsBarrier": 11052984,
Expand Down
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/mainnet_aa.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 15290000,
"PivotHash": "0x5a44a71229b254198ce4b3b20dd6cd856941569b3d146cf3f0fd1bc2728d71cb",
"PivotTotalDifficulty": "55748882672167094810743",
"PivotNumber": 15335000,
"PivotHash": "0xde3bca488cce75bee9aabbfab6fc15aa56bc04e715f3197537a1d411af7b9708",
"PivotTotalDifficulty": "56285312641338818488948",
"FastBlocks": true,
"AncientBodiesBarrier": 11052984,
"AncientReceiptsBarrier": 11052984,
Expand Down
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/mainnet_mev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 15290000,
"PivotHash": "0x5a44a71229b254198ce4b3b20dd6cd856941569b3d146cf3f0fd1bc2728d71cb",
"PivotTotalDifficulty": "55748882672167094810743",
"PivotNumber": 15335000,
"PivotHash": "0xde3bca488cce75bee9aabbfab6fc15aa56bc04e715f3197537a1d411af7b9708",
"PivotTotalDifficulty": "56285312641338818488948",
"FastBlocks": true,
"AncientBodiesBarrier": 11052984,
"AncientReceiptsBarrier": 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": 28710000,
"PivotHash": "0x3bd19086df09109145506865b590e45597bcad88bfb3276902c59515cbde16fa",
"PivotTotalDifficulty": "9769506754300143286033484979366065350541233351",
"PivotNumber": 28820000,
"PivotHash": "0xcd09d7954c8e37df26df2bf7dac95cb2ed1e2d8b5187ae247eedd3403e68eb69",
"PivotTotalDifficulty": "9806937814661446517014456186183559853801160266",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/rinkeby.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 11130000,
"PivotHash": "0xa319ad8094cbf97a1a6aa9a6596b3644ac9f2bd8de54c7441adde7486c713147",
"PivotTotalDifficulty": "18195895",
"PivotNumber": 11160000,
"PivotHash": "0x83944940dca6062cb122cd20303105134d741f16a2edb381b8cbf61572c2fc12",
"PivotTotalDifficulty": "18233550",
"FastBlocks": true
},
"Metrics": {
Expand Down
4 changes: 2 additions & 2 deletions src/Nethermind/Nethermind.Runner/configs/ropsten.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"SnapSync": true,
"FastBlocks": true,
"UseGethLimitsInFastBlocks": true,
"PivotNumber": 12720000,
"PivotHash": "0xe0f5f62e7703bfcbf3712216e1232cffc9ea29edfc29d7011649a8b7a99a2a53",
"PivotNumber": 12770000,
"PivotHash": "0xbcd643fa8a6539123d227620e14614698197408899ac45ff8220f0ce40d25de9",
"PivotTotalDifficulty": "50000820485795157",
"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 @@ -17,8 +17,8 @@
"FastSync": true,
"FastBlocks": true,
"UseGethLimitsInFastBlocks": true,
"PivotNumber": 1648000,
"PivotHash": "0xd179e40433b6792fe9a110b12e050a4c59bb5e548ab6d908532410a522dfb1e9",
"PivotNumber": 1688000,
"PivotHash": "0x2c9fad072f7afb9ca5f9721a4a51c9c1a156b987739ccb030a832e43527e6797",
"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": 27140000,
"PivotHash": "0x715eb319379a4c2119ff9144919e165d6ea5fd60f510e9b56150a17f10d5cbeb",
"PivotTotalDifficulty": "9235263438234269898395986845698189258556918489",
"PivotNumber": 27180000,
"PivotHash": "0x2e065e350263b82d9bf35bb02248b5efc40d694fcda6d457450d0b817e3ce791",
"PivotTotalDifficulty": "9248874732911107436934521829995459987014993088",
"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": 18740000,
"PivotHash": "0x45c711dc567834da3e1e2d3731fba437d9a7ffe058230f34a4867dc91cb627cb",
"PivotTotalDifficulty": "6376891556098386805303640143271336282334876718",
"PivotNumber": 18850000,
"PivotHash": "0x92361228873f443b15514e37b1b61efc419026574fade210f13d940faebeb5e6",
"PivotTotalDifficulty": "6414322616459690036284611350088830785594803738",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
6 changes: 3 additions & 3 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": 23550000,
"PivotHash": "0xdabad5d61e1f2de83a514b84c9c011a1dd55e43e53ef8d3b2c88e746d91f53a4",
"PivotTotalDifficulty": "8013649740988100814562472005018141379433430148",
"PivotNumber": 23670000,
"PivotHash": "0x83333309a1d59f7c529f073b8a028c5a0535449a7afc663b2dbe0f8145f58235",
"PivotTotalDifficulty": "8054483625018613430178076957909953564807909583",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
6 changes: 3 additions & 3 deletions src/Nethermind/Nethermind.Runner/configs/xdai_aa.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"Sync": {
"FastSync": true,
"PivotNumber": 23550000,
"PivotHash": "0xdabad5d61e1f2de83a514b84c9c011a1dd55e43e53ef8d3b2c88e746d91f53a4",
"PivotTotalDifficulty": "8013649740988100814562472005018141379433430148",
"PivotNumber": 23670000,
"PivotHash": "0x83333309a1d59f7c529f073b8a028c5a0535449a7afc663b2dbe0f8145f58235",
"PivotTotalDifficulty": "8054483625018613430178076957909953564807909583",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down
6 changes: 3 additions & 3 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": 23550000,
"PivotHash": "0xdabad5d61e1f2de83a514b84c9c011a1dd55e43e53ef8d3b2c88e746d91f53a4",
"PivotTotalDifficulty": "8013649740988100814562472005018141379433430148",
"PivotNumber": 23670000,
"PivotHash": "0x83333309a1d59f7c529f073b8a028c5a0535449a7afc663b2dbe0f8145f58235",
"PivotTotalDifficulty": "8054483625018613430178076957909953564807909583",
"FastBlocks": true,
"UseGethLimitsInFastBlocks": false,
"FastSyncCatchUpHeightDelta": 10000000000
Expand Down

0 comments on commit 2e5d818

Please sign in to comment.