diff --git a/docs/validate/testnet.mdx b/docs/validate/testnet.mdx index 0485b35..2914d98 100644 --- a/docs/validate/testnet.mdx +++ b/docs/validate/testnet.mdx @@ -121,22 +121,7 @@ For more information on seeds and peers, you can the Tendermint ### Add Persistent Peers We can set the [`persistent_peers`](https://docs.tendermint.com/v0.34/tendermint-core/using-tendermint.html#persistent-peer) field in `~/.evmosd/config/config.toml` to specify peers that your node will maintain persistent - connections with. You can retrieve them from the list of -available peers on the [`testnets`](https://github.com/evmos/testnets) repo. - -A list of available persistent peers is also available in the `#find-peers` channel in the -[Evmos Discord](https://discord.gg/evmos). You can get a random 10 entries from the `peers.txt` - file in the `PEERS` variable by running the following command: - -```bash -PEERS=`curl -sL https://raw.githubusercontent.com/evmos/testnets/main/evmos_9000-4/peers.txt | sort -R | head -n 10 | awk '{print $1}' | paste -s -d, -` -``` - -Use `sed` to include them into the configuration. You can also add them manually: - -```bash -sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.evmosd/config/config.toml -``` + connections with. ## Run a Testnet Validator