|
1 | 1 | {
|
2 | 2 | "specId": "op-node",
|
3 |
| - "version": "1.0.1", |
| 3 | + "version": "1.0.2", |
4 | 4 | "displayName": "OP Node",
|
5 | 5 | "execution": {
|
6 | 6 | "executionTypes": ["docker"],
|
|
87 | 87 | ]
|
88 | 88 | },
|
89 | 89 | "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" |
91 | 91 | },
|
92 | 92 | "l1": {
|
93 | 93 | "displayName": "Ethereum RPC Endpoint (local node or provider)",
|
|
118 | 118 | "defaultValue": "http://host.containers.internal:8553",
|
119 | 119 | "addNodeFlow": "advanced",
|
120 | 120 | "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" |
122 | 122 | },
|
123 | 123 | "httpPort": {
|
124 | 124 | "displayName": "HTTP-RPC server listening port",
|
|
146 | 146 | "type": "text"
|
147 | 147 | },
|
148 | 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.",
|
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" |
150 | 150 | }
|
151 | 151 | },
|
152 | 152 | "iconUrl": "https://clientdiversity.org/assets/img/execution-clients/geth-logo.png",
|
153 | 153 | "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 | + }, |
154 | 159 | {
|
155 | 160 | "label": "OP Stack docs",
|
156 | 161 | "value": "optimism.io",
|
|
0 commit comments