Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update default agent image to agents-v1.2.0 #306

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/guides/deploy-hyperlane-local-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ softwareupdate --install-rosetta --agree-to-license
Now that you understand more about configuring validator arguments, pull the latest docker image:

```sh
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0
```

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.
Expand All @@ -207,7 +207,7 @@ docker run \
--mount type=bind,source=$CONFIG_FILES,target=/config/agent-config.json,readonly \
--mount type=bind,source="$(pwd)"/hyperlane_db_validator_<your_chain_name>,target=/hyperlane_db \
--mount type=bind,source="$(pwd)"/$VALIDATOR_SIGNATURES_DIR,target=/tmp/validator-signatures \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0 \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0 \
./validator \
--db /hyperlane_db \
--originChainName <your_chain_name> \
Expand Down Expand Up @@ -337,7 +337,7 @@ softwareupdate --install-rosetta --agree-to-license
If you haven't already pulled the Docker image, do this now by running:

```sh
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0
```

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.
Expand All @@ -355,7 +355,7 @@ docker run \
--mount type=bind,source=$CONFIG_FILES,target=/config/agent-config.json,readonly \
--mount type=bind,source="$(pwd)"/hyperlane_db_relayer,target=/hyperlane_db \
--mount type=bind,source="$(pwd)"/$VALIDATOR_SIGNATURES_DIR,target=/tmp/validator-signatures,readonly \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0 \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0 \
./relayer \
--db /hyperlane_db \
--relayChains <chain_1_name>,<chain_2_name> \
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/quickstart-relayer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ softwareupdate --install-rosetta --agree-to-license
If you haven't already pulled the Docker image, do this now by running:

```sh
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0
```

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.
Expand All @@ -115,7 +115,7 @@ docker run \
--mount type=bind,source=$CONFIG_FILES,target=/config/agent-config.json,readonly \
--mount type=bind,source="$(pwd)"/hyperlane_db_relayer,target=/hyperlane_db \
--mount type=bind,source="$(pwd)"/$VALIDATOR_SIGNATURES_DIR,target=/tmp/validator-signatures,readonly \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0 \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0 \
./relayer \
--db /hyperlane_db \
--relayChains <chain_1_name>,<chain_2_name> \
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/quickstart-validator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ softwareupdate --install-rosetta --agree-to-license
Now that you understand more about configuring validator arguments, pull the latest docker image:

```sh
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0
```

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.
Expand All @@ -187,7 +187,7 @@ docker run \
--mount type=bind,source=$CONFIG_FILES,target=/config/agent-config.json,readonly \
--mount type=bind,source="$(pwd)"/hyperlane_db_validator_<your_chain_name>,target=/hyperlane_db \
--mount type=bind,source="$(pwd)"/$VALIDATOR_SIGNATURES_DIR,target=/tmp/validator-signatures \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0 \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0 \
./validator \
--db /hyperlane_db \
--originChainName <your_chain_name> \
Expand Down
2 changes: 1 addition & 1 deletion docs/operate/docker-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ SERVICE_NAME=ethereum

```yaml
x-common-attributes: &common-validator
image: gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0
image: gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0
command: ./validator
container_name: ${SERVICE_NAME}-validator
environment:
Expand Down
6 changes: 3 additions & 3 deletions docs/operate/relayer/run-relayer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The recommended installation method for a production environment is using a Dock
First download the docker image:

```bash
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0
```

</TabItem>
Expand Down Expand Up @@ -157,7 +157,7 @@ docker run \
-e AWS_ACCESS_KEY_ID=ABCDEFGHIJKLMNOP \
-e AWS_SECRET_ACCESS_KEY=xX-haha-nice-try-Xx \
--mount ... \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0 \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0 \
./relayer \
--db /hyperlane_db \
--relayChains <chain_1_name>,<chain_2_name> \
Expand All @@ -179,7 +179,7 @@ docker run \
--mount type=bind,source=$CONFIG_FILES,target=/config/agent-config.json,readonly \
--mount type=bind,source="$(pwd)"/hyperlane-validator-signatures-ethereum,target=/tmp/hyperlane-validator-signatures-ethereum,readonly \
--mount type=bind,source="$(pwd)"/hyperlane_db,target=/hyperlane_db \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0 \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0 \
./relayer \
--db /hyperlane_db \
--relayChains ethereum,polygon,avalanche \
Expand Down
2 changes: 1 addition & 1 deletion docs/operate/run-docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is an example `docker-compose` file for running a validator that should get
```yaml
services:
ethereum-validator:
image: gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0
image: gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0
command: ./validator
ports:
- "9090:9090/tcp"
Expand Down
4 changes: 2 additions & 2 deletions docs/operate/validators/run-validators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The recommended installation method for a production environment is using a Dock
First download the docker image:

```bash
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0
docker pull --platform linux/amd64 gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0
```

</TabItem>
Expand Down Expand Up @@ -225,7 +225,7 @@ docker run \
-e AWS_ACCESS_KEY_ID=ABCDEFGHIJKLMNOP \
-e AWS_SECRET_ACCESS_KEY=xX-haha-nice-try-Xx \
--mount ... \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.1.0 \
gcr.io/abacus-labs-dev/hyperlane-agent:agents-v1.2.0 \
./validator \
--db /hyperlane_db \
--originChainName <your_chain_name> \
Expand Down