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: pages/validators/setup-guide.mdx
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ This is the main configuration file of your node. Without it, your node won't st
255
255
256
256
The file needs to be located at `configs/node/config.yaml`
257
257
258
-
You can use the following example configuration. **Note:** For most users, you will only need to modify the `genlayerchainrpcurl`and `genlayerchainwebsocketurl` values below.
258
+
You can use the following example configuration. **Note:** For most users, you will only need to modify the `genlayerchainrpcurl`, `genlayerchainwebsocketurl`, and the `consensus` section for your target network (see [Network-Specific Consensus Configuration](#network-specific-consensus-configuration)below).
259
259
260
260
```yaml copy
261
261
# rollup configuration
@@ -366,6 +366,30 @@ metrics:
366
366
367
367
```
368
368
369
+
#### Network-Specific Consensus Configuration
370
+
371
+
Set the `consensus` section in your `config.yaml` according to the network you want to join:
0 commit comments