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
Pay attention to the `devnet.configPath` and `devnet.dataPath`.
259
268
260
269
2.`cd` into the `devnet.configPath` . Modify the config files as needed. See [Custom Devnet Setup](https://docs.nervos.org/docs/node/run-devnet-node#custom-devnet-setup) and [Configure CKB](https://github.com/nervosnetwork/ckb/blob/develop/docs/configure.md) for details.
261
-
3. After modifications, remove everything in the `devnet.dataPath` folder to reset chain data.
270
+
3. After modifications, run `offckb clean -d` to remove the chain data if needed while keeping the updated config files.
262
271
4. Restart local blockchain by running `offckb node`
0 commit comments