Skip to content

Commit

Permalink
fix: typo in ethereum for verifiers (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored Jul 26, 2024
1 parent de75a52 commit cee3d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/validator/amplifier/verifier-onboarding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Prior to running the `ampd` daemon, you will need to set up your wallet with dev
1. Register support for desired chains, enabling `ampd` to participate in voting and signing for your supported chains.

```bash
ampd register-chain-support validators avalanche ehereum-sepolia
ampd register-chain-support validators avalanche ethereum-sepolia
```

Multiple chain names can be passed, separated by a space (`ampd register-chain-support [service name] [chains]...`). Note that any chain you want to support here must be configured in your ampd `config.toml` file.
Expand Down

0 comments on commit cee3d44

Please sign in to comment.