Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar and Style Improvements #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dvt/obol-dvt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><p></p><p><img src="../.gitbook/assets/image (15).png" alt="" data-size="original"></p></td><td></td><td></td></tr></tbody></table>

Expand Down Expand Up @@ -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://<EXISTING_BEACON_NODE_IP_ADDRESS>:<PORT>"

...
Expand Down