diff --git a/build-with-hyperlane/troubleshooting.md b/build-with-hyperlane/troubleshooting.md index 5d03ed1..f00adf4 100644 --- a/build-with-hyperlane/troubleshooting.md +++ b/build-with-hyperlane/troubleshooting.md @@ -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. diff --git a/operators/relayers/setup.md b/operators/relayers/setup.md index 6b26995..37654ec 100644 --- a/operators/relayers/setup.md +++ b/operators/relayers/setup.md @@ -32,7 +32,7 @@ Your relayer takes as configuration the following: | Argument | Description | | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `--relayChains` |

Comma separated names of the origin and destination chains to relay messages between.
Example: ethereum,polygon,avalanche

(See also the configuration-reference.md for how to specify origin and destination chains indipendently)

| +| `--relayChains` |

Comma separated names of the origin and destination chains to relay messages between.
Example: ethereum,polygon,avalanche

(See also the configuration-reference.md for how to specify origin and destination chains independently)

| | `--chains.[chain_name].connection.url` |

An RPC url for chain_name.
Example: --chains.ethereum.connection.url='http://localhost:8545'

Relayers must set multiple connection URLs, one for each chain it interacts with.

| | `--whitelist` |

An optional whitelist. The relayer will only relay messages that match this whitelist.

See message-filtering.mdfor more info.

| | `--blacklist` |

An optional blacklist. The relayer will not relay messages that match this blacklist.

See message-filtering.mdfor more info.

| diff --git a/resources/coming-soon-hyperlane-v3.md b/resources/coming-soon-hyperlane-v3.md index 432d0b5..aa07e8f 100644 --- a/resources/coming-soon-hyperlane-v3.md +++ b/resources/coming-soon-hyperlane-v3.md @@ -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