Skip to content

Commit 81f73a4

Browse files
fix (#304)
1 parent 3ce8e91 commit 81f73a4

File tree

2 files changed

+3
-51
lines changed

2 files changed

+3
-51
lines changed

docs/guides/docs/running-a-node/running-a-local-node.mdx

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -44,39 +44,15 @@ Here is an example of what that looks like using version {props.fuelCoreVersion}
4444

4545
For simplicity, clone the [repository](https://github.com/FuelLabs/chain-configuration/tree/master) into the directory of your choice.
4646

47-
When using the `--snapshot` flag later, you can replace `./your/path/to/chain_config_folder` with the repository you just cloned `./chain-configuration/ignition/`.
48-
49-
Inside you should find these [specific configuration files](https://github.com/FuelLabs/chain-configuration/tree/master/local)
50-
51-
`chain_config.json`
52-
53-
<CodeImport
54-
file="../../../chain-configuration/local/chain_config.json"
55-
/>
56-
57-
`metadata.json`
58-
59-
<CodeImport
60-
file="../../../chain-configuration/local/metadata.json"
61-
/>
62-
63-
`state_config.json`
64-
65-
<CodeImport
66-
file="../../../chain-configuration/local/state_config.json"
67-
/>
68-
69-
`state_transition_bytecode.wasm`
70-
71-
Which is too large to display on this page, but you can find it [here](https://github.com/FuelLabs/chain-configuration/blob/master/local/state_transition_bytecode.wasm)
47+
When using the `--snapshot` flag later, you can replace `./your/path/to/chain_config_folder` with the `local` folder of the repository you just cloned `./chain-configuration/local/`.
7248

7349
To start the node with a custom configuration, you can use the command below:
7450

7551
```sh
7652
fuel-core run --snapshot ./your/path/to/chain_config_folder --db-type in-memory --debug
7753
```
7854

79-
To find an example chain configuration folder for a specific `fuel-core` version, refer to the [`chain-configuration`](https://github.com/FuelLabs/chain-configuration/tree/master) repo.
55+
To find an example `local` chain configuration folder for a specific `fuel-core` version, refer to the [`chain-configuration/local`](https://github.com/FuelLabs/chain-configuration/tree/master/local) repo.
8056

8157
### Funding a wallet locally
8258

docs/guides/docs/running-a-node/running-a-testnet-node.mdx

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -92,31 +92,7 @@ To run a local node with persistence, you must have a folder with the following
9292

9393
For simplicity, clone the [repository](https://github.com/FuelLabs/chain-configuration/tree/master) into the directory of your choice.
9494

95-
When using the `--snapshot` flag later, you can replace `./your/path/to/chain_config_folder` with the repository you just cloned `./chain-configuration/ignition/`.
96-
97-
Inside you should find these [specific configuration files](https://github.com/FuelLabs/chain-configuration/tree/master/ignition)
98-
99-
`chain_config.json`
100-
101-
<CodeImport
102-
file="../../../chain-configuration/ignition/chain_config.json"
103-
/>
104-
105-
`metadata.json`
106-
107-
<CodeImport
108-
file="../../../chain-configuration/ignition/metadata.json"
109-
/>
110-
111-
`state_config.json`
112-
113-
<CodeImport
114-
file="../../../chain-configuration/ignition/state_config.json"
115-
/>
116-
117-
`state_transition_bytecode.wasm`
118-
119-
Which is too large to display on this page, but you can find it [here](https://github.com/FuelLabs/chain-configuration/blob/master/ignition/state_transition_bytecode.wasm)
95+
When using the `--snapshot` flag later, you can replace `./your/path/to/chain_config_folder` with the `ignition` folder of the repository you just cloned `./chain-configuration/ignition/`.
12096

12197
## Running a Local Node
12298

0 commit comments

Comments
 (0)