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

Fix anchor link and typos #1710

Merged
merged 4 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/private-networks/tutorials/permissioning/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ networkFiles/

### 4. Copy the genesis file to the Permissioned-Network directory

Copy the `genesis.json` file to the `Permisssioned-Network` directory.
Copy the `genesis.json` file to the `Permissioned-Network` directory.

### 5. Copy the node private keys to the node directories

Expand Down
4 changes: 2 additions & 2 deletions docs/public-networks/concepts/transactions/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ that the data is available for those who need it (for example, rollups or other
availability for their security and operation).

Blobs are temporarily stored by consensus clients such as Teku, and blocks on the execution layer permanently store
the the reference to the blob.
the reference to the blob.

### View blob transaction costs

Use the [`eth_blobBaseFee`](../../reference/api/index.md#eth_blobbasefee) method to view the current base
fee per blob gas in wei.

You can also use [`eth_feeHistory`](../../reference/api/index.md#eth_feehistory) to view the historical
blob transaction cost details.
blob transaction cost details.
2 changes: 1 addition & 1 deletion docs/public-networks/how-to/connect/static-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Nodes not in the list of the static nodes are not prevented from connecting. To

:::tip

If the added peer does not appear in the peer list (returned by [`admin_peers`](../../reference/api/index.md#admin_peers)), check the the supplied [enode URL](../../concepts/node-keys.md#enode-url) is correct, the node is running, and the node is listening for TCP connections on the endpoint.
If the added peer does not appear in the peer list (returned by [`admin_peers`](../../reference/api/index.md#admin_peers)), check the supplied [enode URL](../../concepts/node-keys.md#enode-url) is correct, the node is running, and the node is listening for TCP connections on the endpoint.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3152,7 +3152,7 @@ In private and permissioned networks with a level of trust between peers, disabl

:::danger

To prevent eclipse attacks, ensure you enable the remote connections limit when connecting to any public network, and especially when using [`--sync-mode`](#sync-mode) and [`--fast-sync-min-peers`](#fast-sync-min-peers).
To prevent eclipse attacks, ensure you enable the remote connections limit when connecting to any public network, and especially when using [`--sync-mode`](#sync-mode) and [`--fast-sync-min-peers`](#sync-min-peers-fast-sync-min-peers).

:::

Expand Down
Loading