Skip to content

Commit

Permalink
docs: Updated seed nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
EIYARO committed Apr 10, 2024
1 parent 031c730 commit 298ff2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ node_alias = ""
var mainNetConfigTmpl = `chain_id = "mainnet"
[p2p]
laddr = "tcp://0.0.0.0:46657"
seeds = "154.201.78.187:46657,154.44.8.62:46657,154.40.59.31:46657,27.25.156.254:46657,24.233.3.133:46657,103.115.46.201:46657,217.194.133.61:46657"
seeds = "154.201.78.187:46657,154.44.8.62:46657,154.40.59.31:46657,27.25.156.254:46657,24.233.3.133:46657,103.115.46.201:46657,217.194.133.61:46657,148.135.99.102:46657"
`

var testNetConfigTmpl = `chain_id = "wisdom"
Expand Down

0 comments on commit 298ff2f

Please sign in to comment.