Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cli-usage.md #349

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/cli-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/erc20-representation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down