Fix formatting

This commit is contained in:
Prathamesh Musale 2025-05-15 11:52:18 +05:30
parent 5c83f75c62
commit 0a4c5bd25a

View File

@ -21,7 +21,6 @@
- The file will be generated in `<path-to-testnet-deployment>/export/testnet-state.json` - The file will be generated in `<path-to-testnet-deployment>/export/testnet-state.json`
- If mainnet node will be setup in new machine, fetch the stack again - If mainnet node will be setup in new machine, fetch the stack again
```bash ```bash
@ -31,9 +30,11 @@
- Copy over the exported `testnet-state.json` file to target machine - Copy over the exported `testnet-state.json` file to target machine
- Set envs - Set envs
```
```bash
export EXPORTED_STATE_PATH=<absolute-path-to-exported-testnet-state-json> export EXPORTED_STATE_PATH=<absolute-path-to-exported-testnet-state-json>
export EARLY_SUPPORTS_ACC_ADDR=<account-address-controlled-by-laconic-foundation> export EARLY_SUPPORTS_ACC_ADDR=<account-address-controlled-by-laconic-foundation>
```
- Run playbook to use exported state for generating mainnet genesis - Run playbook to use exported state for generating mainnet genesis