Skip to content

Commit cf8b95c

Browse files
authored
fix(docs): add link to most c-chain config options (#746)
2 parents b9895e0 + c4e13e3 commit cf8b95c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/run-node/2-from-source.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ If the node gets stuck during bootstrap (or it takes far longer than the estimat
184184

185185
### CLI parameters
186186

187-
These are some of the most relevant CLI parameters you can use. Read more about them in the [Avalanche documentation](https://docs.avax.network/nodes/maintain/avalanchego-config-flags).
187+
These are some of the most relevant CLI parameters you can use. Read more about them in the [Avalanche documentation](https://build.avax.network/docs/nodes/configure/configs-flags).
188188

189189
{/* prettier-ignore */}
190190
- [`--bootstrap-ips`](https://build.avax.network/docs/nodes/configure/configs-flags#--bootstrap-ips-string),
@@ -205,6 +205,10 @@ These are some of the most relevant CLI parameters you can use. Read more about
205205

206206
#### Sample JSON configuration:
207207

208+
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/c-chain).
209+
Note that the default values are overridden only if specified in the given config file.
210+
Only provide values which differ from the defaults to avoid issues with future updates.
211+
208212
```json title="<chain-config-dir>/C/config.json"
209213
{
210214
"snowman-api-enabled": false,

docs/run-node/3-using-docker.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ Mounting these allows you to manage them directly without entering the container
105105
```
106106

107107
2. **Create configuration file:** Create a `config.json` file. This example provides a standard configuration for a public RPC node.
108+
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/c-chain).
109+
Note that the default values are overridden only if specified in the given config file.
110+
Only provide values which differ from the defaults to avoid issues with future updates.
108111

109112
```json title="/opt/flare/conf/config.json"
110113
{

docs/run-node/4-register-validator.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Failure to implement these measures significantly increases the risk to your nod
6767

6868
As described in [Secure the node](#secure-the-node), a validator node should have minimal APIs enabled.
6969
Below is a sample `config.json` demonstrating a secure configuration with limited `eth-apis` and disabled admin APIs:
70+
Most of the C-Chain configuration options can be found in the [Avalanche C-Chain Configuration docs](https://build.avax.network/docs/nodes/chain-configs/c-chain).
71+
Note that the default values are overridden only if specified in the given config file.
72+
Only provide values which differ from the defaults to avoid issues with future updates.
7073

7174
```json title="config.json"
7275
{

0 commit comments

Comments
 (0)