Skip to content

Commit

Permalink
Merge pull request #55 from xiaolou86/main
Browse files Browse the repository at this point in the history
docs: fix typos
  • Loading branch information
avious00 authored Nov 14, 2023
2 parents daf07a0 + 1b9b874 commit 92c1bf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-with-hyperlane/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Once a message is enqueued on a Mailbox merkle tree, from the system perspective

#### Missing name field error

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.
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.
2 changes: 1 addition & 1 deletion operators/relayers/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Your relayer takes as configuration the following:

| Argument | Description |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--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> |
| `--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> |
| `--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> |
| `--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> |
| `--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> |
Expand Down
2 changes: 1 addition & 1 deletion resources/coming-soon-hyperlane-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ contract Mailbox {
// commits to latest dispatched message content
bytes32 latestDispatchedId;
// implements defaults that can be overriden (overhead IGP, etc)
// implements defaults that can be overridden (overhead IGP, etc)
IPostDispatchHook public defaultHook;
// enforces protocol fees or any future required hooks
Expand Down

0 comments on commit 92c1bf7

Please sign in to comment.