Skip to content

Commit

Permalink
fix: import validator keys to lighthouse (#34)
Browse files Browse the repository at this point in the history
here should be 'import validator keys to lighthouse' not 'import the validators'

Co-authored-by: conan <[email protected]>
  • Loading branch information
conanxyz and conanxyz authored Jun 24, 2024
1 parent 22953b7 commit 44bbf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can find your generated keystore files in the `coral/etc/keys/bls_keys/` dir
- [Import your validator keys to Nimbus ↗](https://nimbus.guide/run-a-validator.html#2-import-your-validator-keys)
- [Import your validator keys to Teku ↗](https://docs.teku.consensys.io/how-to/load-validators-without-restarting)
- [Import your validator keys to Lodestar ↗](https://chainsafe.github.io/lodestar/validator-management/vc-configuration/#import-a-validator-keystore-to-lodestar)
- [Import your validator keys to Lighthouse ↗](https://lighthouse-book.sigmaprime.io/validator-manager-create.html?highlight=import#2-import-the-validators)
- [Import your validator keys to Lighthouse ↗](https://lighthouse-book.sigmaprime.io/mainnet-validator.html#step-3-import-validator-keys-to-lighthouse)
- [Import your validator keys to Prysm ↗](https://docs.prylabs.network/docs/wallet/nondeterministic#import-validator-accounts)

**Using Secure-Signer**
Expand Down Expand Up @@ -180,4 +180,4 @@ This command created a keystore file named `puffer-test` in the `ls ~/.foundry/k
> forge script script/GenerateBLSKeysAndRegisterValidators.s.sol:GenerateBLSKeysAndRegisterValidators --rpc-url=https://eth.llamarpc.com --account puffer-test -vvv --sender=0x4D42ABfB6D4bEDaf64dF8BE054676149BDfa224d --ffi --slow --broadcast
> ```
11. Your validator keys will be generated locally in the folder: `PufferPool/etc/keys/bls_keys/` and can be added to your validator client as described [here](./registration#step-6-prepare-your-validator).
11. Your validator keys will be generated locally in the folder: `PufferPool/etc/keys/bls_keys/` and can be added to your validator client as described [here](./registration#step-6-prepare-your-validator).

0 comments on commit 44bbf54

Please sign in to comment.