Skip to content

Commit

Permalink
Remove references to testnet test token VIA
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Dec 22, 2024
1 parent 819a24e commit da6a26a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Retrieve the mnemonic of an existing account with the following command:

!!! warning
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,
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).
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).

### Importing an Account

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

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

### Generating Participation Key

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

To uninstall, execute the following commands:

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ if [[ -n ${VOINETWORK_SKIP_WALLET_SETUP} && -n ${VOINETWORK_IMPORT_ACCOUNT} ]];
echo ""
echo "To import an existing account, set VOINETWORK_IMPORT_ACCOUNT=1 and unset VOINETWORK_SKIP_WALLET_SETUP."
echo ""
echo "Your Voi and Via are linked to your account. Wallets are created automatically if needed."
echo "Your Voi are linked to your account. Wallets are created automatically if needed."
echo "Voi Swarm doesn't support wallet import."
abort "Exiting the program."
fi
Expand Down

0 comments on commit da6a26a

Please sign in to comment.