Skip to content

Commit de365a6

Browse files
committed
fix(prettier): format
1 parent 01f3350 commit de365a6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ These are some of the most relevant CLI parameters you can use. Read more about
206206
#### Sample JSON configuration:
207207

208208
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.
209+
Note that the default values are overridden only if specified in the given config file.
210210
Only provide values which differ from the defaults to avoid issues with future updates.
211211

212212
```json title="<chain-config-dir>/C/config.json"

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +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.
111-
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.
112111

113112
```json title="/opt/flare/conf/config.json"
114113
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Failure to implement these measures significantly increases the risk to your nod
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:
7070
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.
71+
Note that the default values are overridden only if specified in the given config file.
7272
Only provide values which differ from the defaults to avoid issues with future updates.
7373

7474
```json title="config.json"

0 commit comments

Comments
 (0)