Skip to content

Commit 94f516c

Browse files
committed
update op-node docs links from personal to official
1 parent c75fd98 commit 94f516c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "op-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"displayName": "OP Node",
55
"execution": {
66
"executionTypes": ["docker"],
@@ -87,7 +87,7 @@
8787
]
8888
},
8989
"defaultValue": "Disabled",
90-
"documentation": "https://github.com/jgresham/superhack/blob/main/README.md#op-node-settings"
90+
"documentation": "https://docs.optimism.io/builders/node-operators/configuration/consensus-config#l2"
9191
},
9292
"l1": {
9393
"displayName": "Ethereum RPC Endpoint (local node or provider)",
@@ -118,7 +118,7 @@
118118
"defaultValue": "http://host.containers.internal:8553",
119119
"addNodeFlow": "advanced",
120120
"infoDescription": "engine and eth namespace required",
121-
"documentation": "https://github.com/jgresham/superhack/blob/main/README.md#op-node-settings"
121+
"documentation": "https://docs.optimism.io/builders/node-operators/configuration/consensus-config#l2"
122122
},
123123
"httpPort": {
124124
"displayName": "HTTP-RPC server listening port",
@@ -146,11 +146,16 @@
146146
"type": "text"
147147
},
148148
"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.",
149-
"documentation": "https://github.com/jgresham/superhack/blob/main/README.md#op-node-settings"
149+
"documentation": "https://docs.optimism.io/builders/node-operators/configuration/consensus-config#verifierl1-confs"
150150
}
151151
},
152152
"iconUrl": "https://clientdiversity.org/assets/img/execution-clients/geth-logo.png",
153153
"resources": [
154+
{
155+
"label": "op-node docs",
156+
"value": "optimism.io",
157+
"link": "https://docs.optimism.io/builders/node-operators/configuration/consensus-config#verifierl1-confs"
158+
},
154159
{
155160
"label": "OP Stack docs",
156161
"value": "optimism.io",

0 commit comments

Comments
 (0)