@@ -283,7 +283,7 @@ set_network_status_url() {
283
283
" testnet" )
284
284
network_status_url=" https://testnet-api.voi.nodly.io/v2/status"
285
285
;;
286
- " testnet-v1.0 " )
286
+ " testnet-v1.1 " )
287
287
network_status_url=" https://testnet-api.voi.nodly.io/v2/status"
288
288
;;
289
289
* )
@@ -303,7 +303,7 @@ set_staking_url() {
303
303
" testnet" )
304
304
staking_url=" https://arc72-idx.nautilus.sh/v1/scs/accounts"
305
305
;;
306
- " testnet-v1.0 " )
306
+ " testnet-v1.1 " )
307
307
staking_url=" https://arc72-idx.nautilus.sh/v1/scs/accounts"
308
308
;;
309
309
* )
@@ -321,10 +321,10 @@ set_network_identifier() {
321
321
network_identifier=" voibeta-v1.0"
322
322
;;
323
323
" testnet" )
324
- network_identifier=" voitest-v1.0 "
324
+ network_identifier=" voitest-v1.1 "
325
325
;;
326
- " testnet-v1.0 " )
327
- network_identifier=" voitest-v1.0 "
326
+ " testnet-v1.1 " )
327
+ network_identifier=" voitest-v1.1 "
328
328
;;
329
329
* )
330
330
network_identifier=" voimain-v1.0"
@@ -365,13 +365,13 @@ get_network_identifier() {
365
365
echo " voibeta-v1.0"
366
366
;;
367
367
" testnet" )
368
- echo " voitest-v1.0 "
368
+ echo " voitest-v1.1 "
369
369
;;
370
- " testnet-v1.0 " )
371
- echo " voitest-v1.0 "
370
+ " testnet-v1.1 " )
371
+ echo " voitest-v1.1 "
372
372
;;
373
373
* )
374
- echo " voitest-v1.0 "
374
+ echo " voitest-v1.1 "
375
375
;;
376
376
esac
377
377
}
@@ -1533,7 +1533,7 @@ 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.0 " ]]; then
1536
+ # elif [[ ${VOINETWORK_NETWORK} == "testnet-v1.1 " ]]; then
1537
1537
# # Get Voi from faucet
1538
1538
# echo "****************************************************************************************************************"
1539
1539
# echo "* To join the Voi network, do one of these:"
0 commit comments