Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 1b9b874

Browse files
committed
docs: fix typos
1 parent 5f52a64 commit 1b9b874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build-with-hyperlane/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Once a message is enqueued on a Mailbox merkle tree, from the system perspective
3636

3737
#### Missing name field error
3838

39-
An error about a missing `name` field most likely indicates that you have an environment variable that implies the existence of a chain, but said chain does not exist in the config files. You may have mispelled the ENV name (`HYP_BASE_CHAINS_GOERLI_CONNECTION_URL)`. Or you may have specified a new chain but forgot to load the corresponding config file.
39+
An error about a missing `name` field most likely indicates that you have an environment variable that implies the existence of a chain, but said chain does not exist in the config files. You may have misspelled the ENV name (`HYP_BASE_CHAINS_GOERLI_CONNECTION_URL)`. Or you may have specified a new chain but forgot to load the corresponding config file.

operators/relayers/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Your relayer takes as configuration the following:
3232

3333
| Argument | Description |
3434
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
35-
| `--relayChains` | <p>Comma separated names of the origin and destination chains to relay messages between.<br><em>Example:</em> <code>ethereum,polygon,avalanche</code><br><br>(See also the <a data-mention href="../agent-configuration/configuration-reference.md">configuration-reference.md</a> for how to specify origin and destination chains indipendently)</p> |
35+
| `--relayChains` | <p>Comma separated names of the origin and destination chains to relay messages between.<br><em>Example:</em> <code>ethereum,polygon,avalanche</code><br><br>(See also the <a data-mention href="../agent-configuration/configuration-reference.md">configuration-reference.md</a> for how to specify origin and destination chains independently)</p> |
3636
| `--chains.[chain_name].connection.url` | <p>An RPC url for <code>chain_name</code>.<br><em>Example:</em> <code>--chains.ethereum.connection.url='http://localhost:8545'</code><br><br><strong>Relayers must set multiple connection URLs, one for each chain it interacts with.</strong></p> |
3737
| `--whitelist` | <p>An optional whitelist. The relayer will only relay messages that match this whitelist.<br><br>See <a data-mention href="message-filtering.md">message-filtering.md</a>for more info.</p> |
3838
| `--blacklist` | <p>An optional blacklist. The relayer will not relay messages that match this blacklist.<br><br>See <a data-mention href="message-filtering.md">message-filtering.md</a>for more info.</p> |

resources/coming-soon-hyperlane-v3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ contract Mailbox {
125125
// commits to latest dispatched message content
126126
bytes32 latestDispatchedId;
127127
128-
// implements defaults that can be overriden (overhead IGP, etc)
128+
// implements defaults that can be overridden (overhead IGP, etc)
129129
IPostDispatchHook public defaultHook;
130130
131131
// enforces protocol fees or any future required hooks

0 commit comments

Comments
 (0)