Skip to content

Commit

Permalink
chore: update docs (eve-network#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 authored May 14, 2024
1 parent e452df8 commit a7bc70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ eved keys add KEY_NAME
Fund yourself `1000000000ueve`

```bash
eved add-genesis-account $(eved keys show KEY_NAME -a) 1000000000ueve
eved genesis add-genesis-account $(eved keys show KEY_NAME -a) 1000000000ueve
```

Use half (`1000000ueve`) for self-delegation

```bash
eved gentx KEY_NAME 1000000ueve --chain-id=narwhal-1
eved genesis gentx KEY_NAME 1000000ueve --chain-id=evenetwork-1
```

If all goes well, you will see a message similar to the following:
Expand Down

0 comments on commit a7bc70e

Please sign in to comment.