Skip to content

Commit 79f2e7c

Browse files
Web3Slimchancegitbook-bot
authored andcommitted
GITBOOK-169: No subject
1 parent a61b5b9 commit 79f2e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archive-nodes-101/linea/docker.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ services:
222222
```
223223

224224
{% hint style="info" %}
225-
ctrl + x and y to save file
225+
Note: Bootnodes need to be updated from time to time. Actual bootnodes can be found here [https://docs.linea.build/developers/guides/run-a-node/enodes](https://docs.linea.build/developers/guides/run-a-node/enodes)
226226
{% endhint %}
227227

228228
### Run Linea Node
@@ -249,7 +249,7 @@ Feb 26 01:14:40 tiberian-infradao geth[118326]: INFO [02-26|01:14:40.776] Import
249249

250250
## Test Linea RPC
251251

252-
You can call the JSON-RPC API methods to confirm the node is running. For example, call [`eth_syncing`](https://besu.hyperledger.org/public-networks/reference/api#eth\_syncing) to return the synchronization status. For example the starting, current, and highest block, or `false` if not synchronizing (or if the head of the chain has been reached)
252+
You can call the JSON-RPC API methods to confirm the node is running. For example, call [`eth_syncing`](https://besu.hyperledger.org/public-networks/reference/api#eth_syncing) to return the synchronization status. For example the starting, current, and highest block, or `false` if not synchronizing (or if the head of the chain has been reached)
253253

254254
```bash
255255
curl https://{YOUR_DOMAIN} \

0 commit comments

Comments
 (0)