diff --git a/docs/chain-configuration b/docs/chain-configuration index 6aa3822d4..e5997e5dc 160000 --- a/docs/chain-configuration +++ b/docs/chain-configuration @@ -1 +1 @@ -Subproject commit 6aa3822d4fe884d2fa5b457a2837ca689e25300d +Subproject commit e5997e5dc51085413d6caf9e4ea462f84622ff48 diff --git a/docs/fuel-core b/docs/fuel-core index 000646b0d..95b373e80 160000 --- a/docs/fuel-core +++ b/docs/fuel-core @@ -1 +1 @@ -Subproject commit 000646b0d65fced91f607fadb2127923f744fbea +Subproject commit 95b373e80094b09ab5dc6c1e351deccf68ff7dd9 diff --git a/docs/guides/docs/running-a-node/running-a-testnet-node.mdx b/docs/guides/docs/running-a-node/running-a-testnet-node.mdx index 3ddaafbb3..6aa7d2ed3 100644 --- a/docs/guides/docs/running-a-node/running-a-testnet-node.mdx +++ b/docs/guides/docs/running-a-node/running-a-testnet-node.mdx @@ -92,7 +92,7 @@ To run a local node with persistence, you must have a folder with the following For simplicity, clone the [repository](https://github.com/FuelLabs/chain-configuration/tree/master) into the directory of your choice. -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/`. +When using the `--snapshot` flag later, you can replace `./your/path/to/chain_config_folder` with the `ignition-test` folder of the repository you just cloned `./chain-configuration/ignition-test/`. ## Running a Local Node