Skip to content

Commit 0870d40

Browse files
committed
Add testnet-v1.1 link
1 parent da6a26a commit 0870d40

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

install.sh

+15-18
Original file line numberDiff line numberDiff line change
@@ -1533,24 +1533,21 @@ else
15331533
echo "*"
15341534
echo "* After you've done this, type 'completed' to go on"
15351535
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 "****************************************************************************************************************"
15541551
fi
15551552
# shellcheck disable=SC2162
15561553
read -p "Type 'completed' when you're ready to continue: " prompt

0 commit comments

Comments
 (0)