Skip to content
Snippets Groups Projects
Commit e02d5a8f authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Add devnet network

parent dbe01567
No related branches found
No related tags found
1 merge request!4Release
34.219.228.165:11420
54.203.24.52:11420
34.222.85.101:11420
34.219.242.38:11420
35.167.60.76:11420
52.89.133.230:11420
......@@ -47,6 +47,9 @@ then
elif [ "$NETWORKENTRYPOINT" == "release" ]
then
NETWORKENTRYPOINT=$(sort -R release.txt | head -1)
elif [ "$NETWORKENTRYPOINT" == "devnet" ]
then
NETWORKENTRYPOINT=$(sort -R devnet.txt | head -1)
elif [ "$NETWORKENTRYPOINT" == "" ]
then
NETWORKENTRYPOINT=$(head -1 network.config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment