You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/api/controller/NodeSpecs/op-node/op-node-v1.0.0.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"specId": "op-node",
3
-
"version": "1.0.0",
3
+
"version": "1.0.1",
4
4
"displayName": "OP Node",
5
5
"execution": {
6
6
"executionTypes": ["docker"],
@@ -12,8 +12,7 @@
12
12
"l2": "http://host.containers.internal:8553",
13
13
"l1TrustRpc": "Enabled",
14
14
"httpPort": "8549",
15
-
"p2pPorts": "9222",
16
-
"verifierL1Confs": "4"
15
+
"p2pPorts": "9222"
17
16
},
18
17
"docker": {
19
18
"containerVolumePath": "/root/.ethereum",
@@ -140,12 +139,13 @@
140
139
"defaultValue": "9222"
141
140
},
142
141
"verifierL1Confs": {
143
-
"displayName": "Max Peer Count (set to low number to use less bandwidth)",
142
+
"displayName": "Verifier L1 confirmations",
144
143
"cliConfigPrefix": "--verifier.l1-confs ",
145
-
"defaultValue": "4",
144
+
"defaultValue": "0",
146
145
"uiControl": {
147
146
"type": "text"
148
147
},
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.",
0 commit comments