Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
Spelling: endpoint incorrectly spelled
  • Loading branch information
TKearney committed Mar 16, 2024
1 parent c451e25 commit 13560bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
There are now two RPC APIs in Execution Clients:

1. Querying API `http://geth.dappnode:8545`. Use this endpoint to query transactions on your node and connect your web3 wallet.
2. Engine API `http//geth.dappnode:8551`. Use this enpoint to connect your Beacon Chain (Consensus Layer) client.
2. Engine API `http//geth.dappnode:8551`. Use this endpoint to connect your Beacon Chain (Consensus Layer) client.

After the merge, if your Execution Client is not connected to a Consensus Layer client, you won't be able to use it to query the blockchain, nor will you be able to connect your wallet to it!

0 comments on commit 13560bd

Please sign in to comment.