Skip to content

Commit

Permalink
other: Fix README after binary rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Feb 7, 2023
1 parent 3e9fc0b commit dd45f28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -126,18 +126,18 @@ DATABASE__PASSWORD: <postgresql_password>

environment variable.

Start the gateway by running the `emerald-web3-gateway` binary:
Start the gateway by running the `oasis-web3-gateway` binary:

```bash
emerald-web3-gateway --config gateway.yml
oasis-web3-gateway --config gateway.yml
```

### Wipe state to force a complete reindex

To wipe the DB state and force a reindexing use the `truncate-db` subcommand:

```bash
emerald-web3-gateway truncate-db --config gateway.yml --unsafe
oasis-web3-gateway truncate-db --config gateway.yml --unsafe
```

**Warning: this will wipe all existing state in the Postgres DB and can
Expand Down

0 comments on commit dd45f28

Please sign in to comment.