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

Three suggestions for this text: Update node-configuration.mdx #3361

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
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ minimum-gas-prices = "0muno"

Located under the "Base Configuration" section of `config/app.toml`.

Several options are available here, ensure you've selected the one that best fits your nodes storage capabilities.
Several options are available here, ensure you've selected the one that best fits your node's storage capabilities.

```toml
# default: the last 362880 states are kept, pruning at 10 block intervals
Expand Down Expand Up @@ -129,7 +129,7 @@ laddr = "tcp://0.0.0.0:26656"

Located in the `p2p` TOML table under the "P2P Configuration Options" section.

If you've configured a domain name for your node, this is the place to inform your node of it.
If you've configured a domain name for your node, specify it here.

```toml
# Address to advertise to peers for them to dial
Expand Down Expand Up @@ -165,7 +165,7 @@ If you plan for your node to be a validator, it should not also be a seed node.
:::

```toml
# Seed mode, in which node constantly crawls the network and looks for
# Seed mode, in which the node constantly crawls the network and looks for
# peers. If another node asks it for addresses, it responds and disconnects.
#
# Does not work if the peer-exchange reactor is disabled.
Expand Down