@@ -190,7 +190,7 @@ To learn more about all the parameters you can change, read the [agent configura
190190 Now that you understand more about configuring validator arguments, pull the latest docker image:
191191
192192 ``` bash
193- docker pull --platform linux/amd64 ghcr.io/hyperlane-xyz/hyperlane-agent:agents-v2.1 .0
193+ docker pull --platform linux/amd64 ghcr.io/hyperlane-xyz/hyperlane-agent:agents-v2.2 .0
194194 ```
195195
196196 Before running, ensure that all directories you need to mount are present. This may involve creating ` hyperlane_db_validator_<your_chain_name> ` if it does not exist yet.
@@ -208,7 +208,7 @@ To learn more about all the parameters you can change, read the [agent configura
208208 --mount type=bind,source=$CONFIG_FILES ,target=/config/agent-config.json,readonly \
209209 --mount type=bind,source=" $( pwd) " /hyperlane_db_validator_< your_chain_name> ,target=/hyperlane_db \
210210 --mount type=bind,source=" $( pwd) " /$VALIDATOR_SIGNATURES_DIR ,target=/tmp/validator-signatures \
211- ghcr.io/hyperlane-xyz/hyperlane-agent:agents-v2.1 .0 \
211+ ghcr.io/hyperlane-xyz/hyperlane-agent:agents-v2.2 .0 \
212212 ./validator \
213213 --db /hyperlane_db \
214214 --originChainName < your_chain_name> \
@@ -358,7 +358,7 @@ To learn more about all the parameters you can change, read the [agent configura
358358 If you haven't already pulled the Docker image, do this now by running:
359359
360360 ``` bash
361- docker pull --platform linux/amd64 ghcr.io/hyperlane-xyz/hyperlane-agent:agents-v2.1 .0
361+ docker pull --platform linux/amd64 ghcr.io/hyperlane-xyz/hyperlane-agent:agents-v2.2 .0
362362 ```
363363
364364 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.
@@ -376,7 +376,7 @@ To learn more about all the parameters you can change, read the [agent configura
376376 --mount type=bind,source=$CONFIG_FILES ,target=/config/agent-config.json,readonly \
377377 --mount type=bind,source=" $( pwd) " /hyperlane_db_relayer,target=/hyperlane_db \
378378 --mount type=bind,source=" $( pwd) " /$VALIDATOR_SIGNATURES_DIR ,target=/tmp/validator-signatures,readonly \
379- ghcr.io/hyperlane-xyz/hyperlane-agent:agents-v2.1 .0 \
379+ ghcr.io/hyperlane-xyz/hyperlane-agent:agents-v2.2 .0 \
380380 ./relayer \
381381 --db /hyperlane_db \
382382 --relayChains < chain_1_name> ,< chain_2_name> \
0 commit comments