Skip to content

Commit

Permalink
Update default peers in testnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Jul 21, 2023
1 parent ae82381 commit 91d8a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions networks/testnet.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
chain_id = "nomic-testnet-4d"
state_sync_rpc = [
"http://167.99.228.240:26667",
"http://167.99.228.240:26677",
"http://147.182.171.216:26667",
"http://147.182.171.216:26677",
]
tendermint_flags = [
"--p2p.seeds",
"""
edb32208ff79b591dd4cddcf1c879f6405fe6c79@167.99.228.240:26656,\
6a6c1af342ce45d550e30ddc187bbbb81167d9b8@167.99.228.240:26656,\
""",
]

Expand Down

0 comments on commit 91d8a39

Please sign in to comment.