diff --git a/pages/dev-node/node-operators.mdx b/pages/dev-node/node-operators.mdx index 8544605a..5b93e4b9 100644 --- a/pages/dev-node/node-operators.mdx +++ b/pages/dev-node/node-operators.mdx @@ -103,7 +103,7 @@ apt install nano make build-essential gcc git jq chrony tar curl lz4 wget -y sed -i '/^# Comma separated list of nodes to keep persistent connections to$/,/^$/ s/^persistent-peers = ""$/persistent-peers = "de8b1df70c7a8817ed121908e7c6e6059f4238f9@3.142.50.176:26656,7a962f3a928ca4e0e58355e6e798aba1ea253272@34.242.85.117:26656"/' ~/.sei/config/config.toml ``` -2. Enable `sei-db` (dependent on snapshot provider): +2. Enable `sei-db` (dependent on snapshot provider, must align with the format in which it was provided): ```bash sed -i 's/^sc-enable = false/sc-enable = true/' ~/.sei/config/app.toml @@ -192,5 +192,5 @@ The standard service ports can be manually configured in `$HOME/.sei/config/conf - `26660`: Tendermint Prometheus Metrics Exporter -The standard websocket rides on the same connection as the RPC server. Example: [non-TLS] `wss://localhost:26657/websocket`. +The standard websocket rides on the same connection as the RPC server. Example: [non-TLS] `ws://localhost:26657/websocket`.