@@ -1533,24 +1533,21 @@ else
1533
1533
echo " *"
1534
1534
echo " * After you've done this, type 'completed' to go on"
1535
1535
echo " ****************************************************************************************************************"
1536
- # elif [[ ${VOINETWORK_NETWORK} == "testnet-v1.1" ]]; then
1537
- # # Get Voi from faucet
1538
- # echo "****************************************************************************************************************"
1539
- # echo "* To join the Voi network, do one of these:"
1540
- # echo "*"
1541
- # echo "* a) Send at least 1 Voi to your account ${account_addr} from another account"
1542
- # echo "*"
1543
- # echo "* OR"
1544
- # echo "*"
1545
- # echo "* b) Get 100 Voi for free:"
1546
- # echo "* - Go to https://voiager.org/get-started"
1547
- # echo "* - Connect your account with Kibisis wallet"
1548
- # echo "* - Enter your address"
1549
- # echo "* - Authenticate your drip"
1550
- # echo "* - Receive drip"
1551
- # echo "*"
1552
- # echo "* After you've done this, type 'completed' to go on"
1553
- # echo "****************************************************************************************************************"
1536
+ elif [[ ${VOINETWORK_NETWORK} == " testnet-v1.1" ]]; then
1537
+ # Get Voi from faucet
1538
+ echo " ****************************************************************************************************************"
1539
+ echo " * To join the Voi network, do one of these:"
1540
+ echo " *"
1541
+ echo " * a) Send at least 1 Voi to your account ${account_addr} from another account"
1542
+ echo " *"
1543
+ echo " * OR"
1544
+ echo " *"
1545
+ echo " * b) Get 10 testnet Voi for free:"
1546
+ echo " * - Go to https://faucet.nautilus.sh/"
1547
+ echo " * - Enter your address (${account_addr} )"
1548
+ echo " *"
1549
+ echo " * After you've done this, type 'completed' to go on"
1550
+ echo " ****************************************************************************************************************"
1554
1551
fi
1555
1552
# shellcheck disable=SC2162
1556
1553
read -p " Type 'completed' when you're ready to continue: " prompt
0 commit comments