diff --git a/dvt/obol-dvt.md b/dvt/obol-dvt.md index 22a16b8..7cd80c2 100644 --- a/dvt/obol-dvt.md +++ b/dvt/obol-dvt.md @@ -2,7 +2,7 @@ ## Connect existing EC & BN clients -If you are already running an Execution Client (EC) e.g. Geth and a Beacon Node (BN) e.g. Lighthouse you can connect your Obol DVT node to them. This allows you to reuse existing hardware and continue to run your solo staking validator alongside Obol DVT validators. +If you are already running an Execution Client (EC), e.g., Geth and a Beacon Node (BN) e.g. Lighthouse you can connect your Obol DVT node to them. This allows you to reuse existing hardware and continue to run your solo staking validator alongside Obol DVT validators.

@@ -68,7 +68,7 @@ Uncomment (remove the `#`) the line `CHARON_BEACON_NODE_ENDPOINTS`. Add your exi ``` ... -# Connect to one or more external beacon nodes. Use a comma separated list excluding spaces. +# Connect to one or more external beacon nodes. Use a сomma-separated list excluding spaces. CHARON_BEACON_NODE_ENDPOINTS="http://:" ...