Skip to content

Commit

Permalink
Update relayer to v0.2.4 (#145)
Browse files Browse the repository at this point in the history
* update relayer to v0.2.4

* reformat
  • Loading branch information
minghinmatthewlam authored Nov 20, 2023
1 parent e035112 commit 87d3d13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "*"

env:
RELAYER_VERSION: v0.2.3
RELAYER_VERSION: v0.2.4

jobs:
teleporter-integration-test:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
source: ./
target: /code/
relayer:
image: avaplatform/awm-relayer:v0.2.3
image: avaplatform/awm-relayer:v0.2.4
container_name: relayer_run
init: true
working_dir: /code
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
source: ./
target: /code/
relayer:
image: avaplatform/awm-relayer:v0.2.3
image: avaplatform/awm-relayer:v0.2.4
init: true
working_dir: /code
entrypoint: /code/docker/run_relayer.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See the file LICENSE for licensing terms.

# Set up the versions to be used
AWM_RELAYER_VERSION=${AWM_RELAYER_VERSION:-'v0.2.3'}
AWM_RELAYER_VERSION=${AWM_RELAYER_VERSION:-'v0.2.4'}
SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.5.8'}
# Don't export them as they're used in the context of other calls
AVALANCHE_VERSION=${AVALANCHE_VERSION:-'v1.10.14'}
Expand Down

0 comments on commit 87d3d13

Please sign in to comment.