File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Read `scripts/edit/add-operators/README.md` for full details if needed.
1515Common prerequisites:
16161 . ` .env ` file exists with ` NETWORK ` and ` VC ` variables set
17172 . Docker is running
18+ 3 . ` jq ` installed
1819
1920## Role Selection
2021
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Refresh private key shares held by operators while keeping the same validator pu
1818
1919Before running, verify:
20201 . ` .env ` file exists with ` NETWORK ` and ` VC ` variables set
21- 2 . ` .charon/ cluster-lock.json ` and ` .charon/ validator_keys/ ` exist
21+ 2 . ` .charon ` directory with ` cluster-lock.json ` and ` validator_keys `
22223 . Docker is running
23- 4 . Docker is running (the script will stop the VC container automatically for ASDB export)
23+ 4 . ` jq ` installed
2424
2525Read ` scripts/edit/recreate-private-keys/README.md ` for full details if needed.
2626
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ Read `scripts/edit/remove-operators/README.md` for full details if needed.
1414
1515Common prerequisites:
16161 . ` .env ` file exists with ` NETWORK ` and ` VC ` variables set
17- 2 . ` .charon/ cluster-lock.json ` exists
17+ 2 . ` .charon ` directory with ` cluster-lock.json ` and ` validator_keys `
18183 . Docker is running
19+ 4 . ` jq ` installed
1920
2021## Fault Tolerance Context
2122
You can’t perform that action at this time.
0 commit comments