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
## 2. Get the current and replacement proposer public keys
55
52
56
-
For a file-based signer, the signer public key is stored in `signer.json` as base64:
53
+
For a file-based signer, the signer public key is stored in `signer.json` as base64. You only put the derived address into genesis, but you still need the public key once to compute that address.
57
54
58
55
```bash
59
56
OLD_SIGNER_DIR="$HOME/.evnode/config"
@@ -95,23 +92,19 @@ Create an explicit schedule with the current proposer at `initial_height` and th
0 commit comments