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 deploy-hyperlane-local-agents.mdx #210

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions docs/guides/deploy-hyperlane-local-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export CONFIG_FILES=/full/path/to/configs/agent-config.json

### Configure

There are numerous parameters that validators can be configured with. For this guide, we are concerned with just a handful:
There are numerous parameters that relayers can be configured with. For this guide, we are concerned with just a handful:

| Parameter | Description |
| ------------------------------- | ---------------------------------------------------------------------------------------- |
Expand Down Expand Up @@ -343,7 +343,7 @@ docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:7a8478
Before running, ensure that all directories you need to mount are present. This may involve creating `hyperlane_db_relayer` if it does not exist yet.

```sh
mkdir -p hyperlane_db_validator_<your_chain_name>
mkdir -p hyperlane_db_relayer
```

Finally, run the relayer:
Expand Down