Skip to content

Commit

Permalink
Update node.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj authored Sep 19, 2024
1 parent bd485f0 commit 0166062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/vota-devops/node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ Now that we have set up some peers, you can add them into `config.toml` to sync
<Tabs.Tab>
```shell
# Comma separated list of seed nodes to connect to
seeds = "s0db68229c58e9b5a488b2dfaf0f593d161bb94d4@47.128.207.247:26656,660773dfb97e197e4b300c4cbdb2dff203f78d47@54.151.160.200:26656"
seeds = "220204926f8da0e197572d458e205608306f1ed1@47.128.207.247:26656,660773dfb97e197e4b300c4cbdb2dff203f78d47@54.151.160.200:26656"

# Comma separated list of nodes to keep persistent connections to
persistent_peers = "s0db68229c58e9b5a488b2dfaf0f593d161bb94d4@47.128.207.247:26656,660773dfb97e197e4b300c4cbdb2dff203f78d47@54.151.160.200:26656"
persistent_peers = "220204926f8da0e197572d458e205608306f1ed1@47.128.207.247:26656,660773dfb97e197e4b300c4cbdb2dff203f78d47@54.151.160.200:26656"
```
</Tabs.Tab>
<Tabs.Tab>
Expand Down

0 comments on commit 0166062

Please sign in to comment.