You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/network/0-overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ Discover suitable options for your needs on the [Flare Wallets](https://flare.ne
353
353
354
354
## Consensus mechanism
355
355
356
-
-**Consensus Protocol:** Snowman++ (from [Avalanche](https://build.avax.network/docs/quick-start)) provides a high-throughput, totally ordered consensus with fast finality. Learn more on the [Consensus](/network/consensus) page.
356
+
-**Consensus Protocol:** Snowman++ (from [Avalanche](https://build.avax.network/docs/primary-network)) provides a high-throughput, totally ordered consensus with fast finality. Learn more on the [Consensus](/network/consensus) page.
LATEST_TAG="vX.Y.Z"# <-- REPLACE vX.Y.Z WITH THE ACTUAL LATEST TAG e.g. v1.11.0
35
+
LATEST_TAG="vX.Y.Z"# <-- REPLACE vX.Y.Z WITH THE ACTUAL LATEST TAG e.g. v1.12.0
36
36
```
37
37
38
38
2. Clone and build the binary:
@@ -202,7 +202,7 @@ These are some of the most relevant CLI parameters you can use. Read more about
202
202
203
203
#### Sample JSON configuration:
204
204
205
-
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).
205
+
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/avalanche-l1s/subnet-evm).
206
206
Note that the default values are overridden only if specified in the given config file.
207
207
Only provide values which differ from the defaults to avoid issues with future updates.
208
208
@@ -250,7 +250,7 @@ To update your node to a newer version of go-flare:
Copy file name to clipboardExpand all lines: docs/run-node/3-using-docker.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Mounting these allows you to manage them directly without entering the container
105
105
```
106
106
107
107
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).
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/avalanche-l1s/subnet-evm).
109
109
Note that the default values are overridden only if specified in the given config file.
110
110
Only provide values which differ from the defaults to avoid issues with future updates.
111
111
@@ -147,7 +147,7 @@ You can run your node using either the [Docker CLI](#using-docker-cli) directly
Copy file name to clipboardExpand all lines: docs/run-node/4-register-validator.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Failure to implement these measures significantly increases the risk to your nod
67
67
68
68
As described in [Secure the node](#secure-the-node), a validator node should have minimal APIs enabled.
69
69
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).
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/avalanche-l1s/subnet-evm).
71
71
Note that the default values are overridden only if specified in the given config file.
72
72
Only provide values which differ from the defaults to avoid issues with future updates.
73
73
@@ -185,7 +185,7 @@ This ensures your node always starts with the correct `Node-ID`.
185
185
186
186
```bash
187
187
# Find the latest tag at [https://hub.docker.com/r/flarefoundation/go-flare/tags](https://hub.docker.com/r/flarefoundation/go-flare/tags)
188
-
LATEST_TAG="vX.Y.Z"# e.g., v1.11.0
188
+
LATEST_TAG="vX.Y.Z"# e.g., v1.12.0
189
189
190
190
# Mount the staking volume and set the staking path environment variables
0 commit comments