Skip to content

Commit

Permalink
update ansharnet phase output
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Jul 28, 2023
1 parent f70af18 commit d22ac5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion node-runner-cli/utils/Network.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_network_id() -> int:
Helpers.section_headline(f"Network connection")
# TODO change this for rcnet launch
network_prompt = Helpers.input_guestion(
"Enter the network_id. For babylon rcnet-v2 phase 1 it is 13:",
"Enter the network_id. The network id for the most recent network (ansharnet / rcnet-v2 phase 2) is 13:",
QuestionKeys.select_network)
network_id = Network.validate_network_id(network_prompt)
return network_id
Expand Down
3 changes: 1 addition & 2 deletions node-runner-cli/utils/Prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,10 @@ def ask_trusted_node() -> str:
Helpers.section_headline("Trusted node settings")
default_trusted_nodes = "radix://node_tdx_d_1qwq2nfe6vxqwe3mqmfm9l2xl97as7lkwndval63cymvc3qszn8nqx6g2s3m@3.109.161.178"
value = Helpers.input_guestion(f"Fullnode requires another node to connect to network. "
# ToDo: Add after main release of babylon
# "\nTo connect to MAINNET or STOKENET details on these node can be found here "
# "- https://docs.radixdlt.com/main/node-and-gateway/seed-nodes.html"
"\nType in the node you want to connect to in format radix://<node-peer-2-peer-address>@<ip>"
"\n OR press Enter to accept default for ansharnet/rcnet-v2-phase1 :",
"\n OR press Enter to accept defaults for ansharnet (rcnet-v2 phase 2):",
QuestionKeys.input_seednode)
trustednode = Prompts.check_default(value, default_trusted_nodes)
Helpers.parse_trustednode(trustednode)
Expand Down
4 changes: 2 additions & 2 deletions node-runner-cli/version/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__= "2.0.rcnet-v2-rc1-10-g6535f68"
__base_version__= "2.0.rcnet-v2-rc1"
__version__= "2.0.rcnet-v2-rc1-2-gf70af18"
__base_version__= "test-release-fix"

0 comments on commit d22ac5b

Please sign in to comment.