Skip to content

Commit

Permalink
Update default testnet to testnet11 (#17303)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Jan 17, 2024
1 parent ee9a8d0 commit 7631681
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chia/cmds/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ def configure(
if testnet == "true" or testnet == "t":
print("Setting Testnet")
testnet_port = "58444"
testnet_introducer = "introducer-testnet10.chia.net"
testnet_dns_introducer = "dns-introducer-testnet10.chia.net"
bootstrap_peers = ["testnet10-node.chia.net"]
testnet = "testnet10"
testnet_introducer = "introducer-testnet11.chia.net"
testnet_dns_introducer = "dns-introducer-testnet11.chia.net"
bootstrap_peers = ["testnet11-node-us-west-2.chia.net"]
testnet = "testnet11"
config["full_node"]["port"] = int(testnet_port)
if config["full_node"]["introducer_peer"] is None:
config["full_node"]["introducer_peer"] = {}
Expand Down

0 comments on commit 7631681

Please sign in to comment.