Skip to content

Commit

Permalink
Add op-mainnet barriers (#6620)
Browse files Browse the repository at this point in the history
  • Loading branch information
deffrian authored Jan 31, 2024
1 parent cc7ee0d commit 5581b0d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Nethermind/Nethermind.Runner/configs/op-mainnet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"DisableGcOnNewPayload": false
},
"Sync": {
"NetworkingEnabled": false
"NetworkingEnabled": false,
"AncientBodiesBarrier": 105235063,
"AncientReceiptsBarrier": 105235063
},
"JsonRpc": {
"Enabled": true,
Expand All @@ -17,8 +19,8 @@
},
"Snapshot": {
"Enabled": true,
"DownloadUrl": "http://optimism-snapshot.nethermind.io/op-mainnet-genesis-v1.zip",
"SnapshotFileName": "op-mainnet-genesis-v1.zip",
"Checksum": "0xd7e15b26175c4c924acf75c5790e75d5eaa044977ca8e1904dc62d5d0769eba3"
"DownloadUrl": "http://optimism-snapshot.nethermind.io/op-mainnet-genesis-v2.zip",
"SnapshotFileName": "op-mainnet-genesis-v2.zip",
"Checksum": "0x9b08eeb974c46f257c8bca812b119849590d92975ac86e4215d0d5647c26b147"
}
}

0 comments on commit 5581b0d

Please sign in to comment.