Skip to content

Commit 550aea5

Browse files
Merge branch 'unstable' into feat/operator-doppelganger-protection
2 parents c56dd46 + 4b08cde commit 550aea5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docs/pages/migrate_to_anchor.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ mv ~/ssv-stack/ssv-node-data/encrypted_private_key.json ~/.anchor/mainnet/encryp
3434
Once this key is moved, Anchor should be able to be run. See the [Node CLI Reference](/cli-node) for a list of CLI parameters required to fully run the Anchor node as an operator.
3535

3636
You will need to put the password that decrypts the operator key into a file and reference it in Anchor's CLI via the `--password-file <PATH>` parameter.
37+
38+
:::warning
39+
If Anchor fails to start with the message `Unable to parse key: unknown field pubkey, expected one of pubKey (...)`, please change "pubkey" to "pubKey" in the encrypted_private_key.json file. This is a known issue and will be fixed in a future release.
40+
:::

0 commit comments

Comments
 (0)