Skip to content

Commit

Permalink
Add testnet-v1.1 link
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Dec 22, 2024
1 parent da6a26a commit 0870d40
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1533,24 +1533,21 @@ else
echo "*"
echo "* After you've done this, type 'completed' to go on"
echo "****************************************************************************************************************"
# elif [[ ${VOINETWORK_NETWORK} == "testnet-v1.1" ]]; then
# # Get Voi from faucet
# echo "****************************************************************************************************************"
# echo "* To join the Voi network, do one of these:"
# echo "*"
# echo "* a) Send at least 1 Voi to your account ${account_addr} from another account"
# echo "*"
# echo "* OR"
# echo "*"
# echo "* b) Get 100 Voi for free:"
# echo "* - Go to https://voiager.org/get-started"
# echo "* - Connect your account with Kibisis wallet"
# echo "* - Enter your address"
# echo "* - Authenticate your drip"
# echo "* - Receive drip"
# echo "*"
# echo "* After you've done this, type 'completed' to go on"
# echo "****************************************************************************************************************"
elif [[ ${VOINETWORK_NETWORK} == "testnet-v1.1" ]]; then
# Get Voi from faucet
echo "****************************************************************************************************************"
echo "* To join the Voi network, do one of these:"
echo "*"
echo "* a) Send at least 1 Voi to your account ${account_addr} from another account"
echo "*"
echo "* OR"
echo "*"
echo "* b) Get 10 testnet Voi for free:"
echo "* - Go to https://faucet.nautilus.sh/"
echo "* - Enter your address (${account_addr})"
echo "*"
echo "* After you've done this, type 'completed' to go on"
echo "****************************************************************************************************************"
fi
# shellcheck disable=SC2162
read -p "Type 'completed' when you're ready to continue: " prompt
Expand Down

0 comments on commit 0870d40

Please sign in to comment.