diff --git a/docs/cli-usage.md b/docs/cli-usage.md index f6083ab..4bdd18c 100644 --- a/docs/cli-usage.md +++ b/docs/cli-usage.md @@ -130,3 +130,10 @@ You can also use this [Keplr based guide](https://catdotfish.medium.com/getting- ```bash gravity tx ibc-transfer transfer transfer channel-10 osmosis1ADDRESS 1000000ugraviton --from yourkeyname --chain-id gravity-bridge-3 ``` +## Importing Keys + +To import an existing wallet, use the following command: + + gravity keys add (PREFERRED_KEYNAME) --recover + +This will prompt you to enter your mnemonic phrase. You will then be asked to create a passphrase. diff --git a/docs/erc20-representation.md b/docs/erc20-representation.md index 915a795..261a9d3 100644 --- a/docs/erc20-representation.md +++ b/docs/erc20-representation.md @@ -36,7 +36,7 @@ Creating an IBC channel is extensively documented outside of Gravity Bridge, no For more information on setting up an IBC channel between your chain and Gravity Bridge, see: [https://hermes.informal.systems/](https://hermes.informal.systems/) -Once you have created the channel bridge any amount of the token you want to create a representation for, in order to see it's `ibc/hash` token name. You will need this value for the governance proposal next. +Once you have created the channel, send any amount of the token over IBC that you want to create a representation for. This will allow you to see it's `ibc/hash` token name. You will need this value for the governance proposal next. ## Submit an IBCMetadata governance proposal diff --git a/docs/upgrading.md b/docs/upgrading.md index 7f4d328..7f3dbc5 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -24,7 +24,7 @@ You may wish to research BTRFS and ZFS for your validator. As they will allow in If your node has not yet halted at block `1888600` you are too early! Please wait. -Once your node has halted **Once your node has halts it is recommended you backup your chain state**. +**Once your node has halts it is recommended you backup your chain state**. Make a complete copy of your `$HOME/.gravity` folder.