Skip to content

Commit

Permalink
Disable networking config for OP Stack testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
jmederosalvarado committed Dec 6, 2023
1 parent 7aee524 commit 7285905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Runner/configs/base-goerli.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"BaseDbPath" : "nethermind_db/base-goerli",
"LogFileName" : "base-goerli.logs.txt"
},
"Sync": {
"NetworkingEnabled": false
},
"JsonRpc" : {
"Enabled" : true,
"Port" : 8545,
Expand Down
9 changes: 1 addition & 8 deletions src/Nethermind/Nethermind.Runner/configs/op-goerli.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@
"DisableGcOnNewPayload": false
},
"Sync": {
"FastSync": true,
"SnapSync": true,
"PivotNumber": 4061224,
"PivotHash": "0x0f783549ea4313b784eadd9b8e8a69913b368b7366363ea814d7707ac505175f",
"PivotTotalDifficulty": "8122447",
"FastBlocks": true,
"FastSyncCatchUpHeightDelta": "10000000000",
"MaxAttemptsToUpdatePivot": 0
"NetworkingEnabled": false
},
"JsonRpc": {
"Enabled": true,
Expand Down

0 comments on commit 7285905

Please sign in to comment.