Skip to content

Commit

Permalink
Revert Barriers Removal (#7824)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola authored Nov 27, 2024
1 parent 3b213af commit d15a540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Nethermind/Nethermind.Runner/configs/op-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"Sync": {
"FastSync": true,
"SnapSync": true,
"AncientBodiesBarrier": 105235063,
"AncientReceiptsBarrier": 105235063,
"FastSyncCatchUpHeightDelta": "10000000000",
"PivotNumber": 128390000,
"PivotHash": "0x61613bf0b2bcc2ad3bf8ee7da3569a276f7aa2de182ee5215815c0af4f2d99fa",
Expand All @@ -39,4 +41,4 @@
"Optimism": {
"SequencerUrl": "https://mainnet-sequencer.optimism.io"
}
}
}

0 comments on commit d15a540

Please sign in to comment.