From 6cdb9de1b94616d0c3773e16b82989284e7a7d3e Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:44:46 +0200 Subject: [PATCH] Update _setup-keys.mdx --- docs/partials/deploy-hyperlane/_setup-keys.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/partials/deploy-hyperlane/_setup-keys.mdx b/docs/partials/deploy-hyperlane/_setup-keys.mdx index 1e69bbd4..7cf7fc2a 100644 --- a/docs/partials/deploy-hyperlane/_setup-keys.mdx +++ b/docs/partials/deploy-hyperlane/_setup-keys.mdx @@ -46,7 +46,7 @@ To get started, you can simplify by using the same hexadecimal key for all three For instructions on how to generate keys, see the [agent keys](/docs/operate/set-up-agent-keys) section. Your deployer key **must** be a hexadecimal key, while validator and relayer keys can be hexadecimal or AWS KMS. -If deploying on a local network using [Foundry's Anvil](https://github.com/foundry-rs/foundry/tree/master/anvil), use the following command to fund your newly-generated account. It uses one of the pre-funded private keys to transfer 1 ETH to the address in the `$YOUR_TARGET_ADDRESS` environment variable. +If deploying on a local network using [Foundry's Anvil](https://github.com/foundry-rs/foundry/tree/master/crates/anvil), use the following command to fund your newly-generated account. It uses one of the pre-funded private keys to transfer 1 ETH to the address in the `$YOUR_TARGET_ADDRESS` environment variable. ``` cast send $YOUR_TARGET_ADDRESS \