Skip to content

Commit c75fd98

Browse files
committed
fix op-node verifier l1 confs config
1 parent e04d387 commit c75fd98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/api/controller/NodeSpecs/op-node/op-node-v1.0.0.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "op-node",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "OP Node",
55
"execution": {
66
"executionTypes": ["docker"],
@@ -12,8 +12,7 @@
1212
"l2": "http://host.containers.internal:8553",
1313
"l1TrustRpc": "Enabled",
1414
"httpPort": "8549",
15-
"p2pPorts": "9222",
16-
"verifierL1Confs": "4"
15+
"p2pPorts": "9222"
1716
},
1817
"docker": {
1918
"containerVolumePath": "/root/.ethereum",
@@ -140,12 +139,13 @@
140139
"defaultValue": "9222"
141140
},
142141
"verifierL1Confs": {
143-
"displayName": "Max Peer Count (set to low number to use less bandwidth)",
142+
"displayName": "Verifier L1 confirmations",
144143
"cliConfigPrefix": "--verifier.l1-confs ",
145-
"defaultValue": "4",
144+
"defaultValue": "0",
146145
"uiControl": {
147146
"type": "text"
148147
},
148+
"infoDescription": "Number of L1 blocks to keep distance from the L1 head before deriving L2 data from. Reorgs are supported, but may be slow to perform.",
149149
"documentation": "https://github.com/jgresham/superhack/blob/main/README.md#op-node-settings"
150150
}
151151
},

0 commit comments

Comments
 (0)