Skip to content

Commit

Permalink
add configuration info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed May 7, 2024
1 parent 9d44d35 commit 825798e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,19 @@ and places the deposit on behalf of the first account in the test keyring.
evmos-utils deposit [PROPOSAL_ID]
```

## Configuration

By default, the tool is using settings related to the Evmos network.
However, through CLI flags it is also possible to use this tool to upgrade other networks.
Detailed information is given in the help output of the commands.

An example for a custom development chain can be found hereafter:

```bash
evmos-utils upgrade v1.1.0 \
--chain-id mychain_1234-1 \
--bin chaind \
--home /path/to/chaind \
--node http://localhost:26657 \
--keyring-backend test
```

0 comments on commit 825798e

Please sign in to comment.