Skip to content

Commit da6a26a

Browse files
committed
Remove references to testnet test token VIA
1 parent 819a24e commit da6a26a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/cli-tools.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Retrieve the mnemonic of an existing account with the following command:
2626

2727
!!! warning
2828
Remember to save or write down the 25-word seed phrase that shows up. If you lose it, you will lose access to your account,
29-
including any Voi and Via tokens you have. Here's how to [keep your seed phrase safe](https://coinmarketcap.com/academy/article/how-to-protect-your-seed-phrase).
29+
including any Voi tokens you have. Here's how to [keep your seed phrase safe](https://coinmarketcap.com/academy/article/how-to-protect-your-seed-phrase).
3030

3131
### Importing an Account
3232

@@ -37,7 +37,8 @@ Import an existing account with the following command:
3737
```
3838

3939
!!! note
40-
This is for if you made a wallet on a different terminal or a 3rd party wallet provider. *i.e Kibisi or A-Wallet*
40+
This is for if you made a wallet on a different terminal or a 3rd party wallet provider.
41+
i.e Kibisis or A-Wallet*
4142

4243
### Generating Participation Key
4344

docs/installation/uninstall.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
!!! danger
66
Make sure to [keep your account mnemonics](../../cli-tools/#retrieving-account-mnemonic) in a safe place.
7-
If you lose it, you will lose access to your account, including any Voi and Via tokens you have.
7+
If you lose it, you will lose access to your account, including any Voi tokens you have.
88

99
To uninstall, execute the following commands:
1010

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ if [[ -n ${VOINETWORK_SKIP_WALLET_SETUP} && -n ${VOINETWORK_IMPORT_ACCOUNT} ]];
13711371
echo ""
13721372
echo "To import an existing account, set VOINETWORK_IMPORT_ACCOUNT=1 and unset VOINETWORK_SKIP_WALLET_SETUP."
13731373
echo ""
1374-
echo "Your Voi and Via are linked to your account. Wallets are created automatically if needed."
1374+
echo "Your Voi are linked to your account. Wallets are created automatically if needed."
13751375
echo "Voi Swarm doesn't support wallet import."
13761376
abort "Exiting the program."
13771377
fi

0 commit comments

Comments
 (0)