Skip to content

Commit

Permalink
Use new DiscoveryVersion option in OP configs (#7492)
Browse files Browse the repository at this point in the history
  • Loading branch information
flcl42 authored and brbrr committed Sep 26, 2024
1 parent fe38bcf commit ec76ee5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/base-mainnet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"MaxAttemptsToUpdatePivot": 0
},
"Discovery": {
"Discv5Enabled": true
"DiscoveryVersion": "V5"
},
"JsonRpc": {
"Enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/base-sepolia.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"MaxAttemptsToUpdatePivot": 0
},
"Discovery": {
"Discv5Enabled": true
"DiscoveryVersion": "V5"
},
"JsonRpc": {
"Enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/op-mainnet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"MaxAttemptsToUpdatePivot": 0
},
"Discovery": {
"Discv5Enabled": true
"DiscoveryVersion": "V5"
},
"JsonRpc": {
"Enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/configs/op-sepolia.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"MaxAttemptsToUpdatePivot": 0
},
"Discovery": {
"Discv5Enabled": true
"DiscoveryVersion": "V5"
},
"JsonRpc": {
"Enabled": true,
Expand Down

0 comments on commit ec76ee5

Please sign in to comment.