diff --git a/packages/docs/pages/introduction/testnets/genesis-validator-apply.mdx b/packages/docs/pages/introduction/testnets/genesis-validator-apply.mdx index c350e912..e10e49cd 100644 --- a/packages/docs/pages/introduction/testnets/genesis-validator-apply.mdx +++ b/packages/docs/pages/introduction/testnets/genesis-validator-apply.mdx @@ -23,7 +23,7 @@ cometbft_node_key = "00e1a8fe1abceb700063ab4558baec680b64247e2fd9891962af552b9e4 This file contains only public information and is safe to share publicly. -## Submitting the config +### Submitting the config If you want to be a genesis validator for the testnet, please make a pull request to https://github.com/anoma/namada-testnets adding your validator.toml file to the relevant directory (e.g. `namada-public-testnet-2` for the second public testnet), renaming it to `$alias.toml`. E.g. if you chose your alias to be "bertha", submit the file with the name `bertha.toml`. You can see what an example PR looks like [here](https://github.com/anoma/namada-testnets/pull/29).