Skip to content

Commit

Permalink
add beething peer (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
verabehr authored Apr 19, 2024
1 parent c82012b commit e3222d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tumbler/INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
8. Add persistent peers:
add the following in Line 215 of `~/.paloma/config/config.toml`
```
persistent_peers = "[email protected]:10656, [email protected]:54056, [email protected]:10656, [email protected]:26656, [email protected]:26656, [email protected]:26656, [email protected]:56105"
persistent_peers = "[email protected]:10656, [email protected]:54056, [email protected]:10656, [email protected]:26656, [email protected]:26656, [email protected]:26656, [email protected]:56105, [email protected]:26656"
```
9. Get new genesis
```shell
Expand Down

0 comments on commit e3222d2

Please sign in to comment.