Skip to content

Commit

Permalink
docs: fix list of peers for joining alfama
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitasi committed Mar 25, 2024
1 parent 4d37e5a commit 8976695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/validate/joining-alfama.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ wget https://raw.githubusercontent.com/warden-protocol/networks/main/testnet-alf
# Set minimum gas price & peers
sed -i 's/minimum-gas-prices = ""/minimum-gas-prices = "0.0025uward"/' app.toml
sed -i 's/persistent_peers = ""/persistent_peers = "6a8de92a3bb422c10f764fe8b0ab32e1e334d0bd@sentry-1.alfama.wardenprotocol.org:26656,7560460b016ee0867cae5642adace5d011c6c0ae@sentry-2.alfama.wardenprotocol.org:26656,24ad598e2f3fc82630554d98418d26cc3edf28b9@sentry-3.alfama.wardenprotocol.org:26656"/' config.toml
sed -i 's/persistent_peers = ""/persistent_peers = "[email protected]:26656,[email protected]:26656,[email protected]:26656"/' config.toml
```

## (Recommended) Setup state sync
Expand Down

0 comments on commit 8976695

Please sign in to comment.