fixed parsing #147
| @@ -82,11 +82,11 @@ If you are deploying on testnet or devnet, simply replace `mainnet` by the prope | |||||||
|   ``` |   ``` | ||||||
| - Generate a TFChain node key with `subkey` | - Generate a TFChain node key with `subkey` | ||||||
|   - Note: If you deploy the 3 network instances, you can use the same node key for all 3 networks. But it is recommended to use 3 different keys to facilitate management. |   - Note: If you deploy the 3 network instances, you can use the same node key for all 3 networks. But it is recommended to use 3 different keys to facilitate management. | ||||||
|   ``` | ``` | ||||||
|   echo .nodekey_mainnet >> .gitignore | echo .nodekey_mainnet >> .gitignore | ||||||
|   ../../apps/subkey generate-node-key > .nodekey_mainnet | ../../apps/subkey generate-node-key > .nodekey_mainnet | ||||||
|   cat .nodekey_mainnet | cat .nodekey_mainnet | ||||||
|   ``` | ``` | ||||||
| - Create and the set environment variables file | - Create and the set environment variables file | ||||||
|   ``` |   ``` | ||||||
|   cp .secrets.env-example .secrets.env |   cp .secrets.env-example .secrets.env | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user