22# Many of these fields can be overridden with environment variables.
33# All fields that support this have the corresponding environment variable name in a comment beside the field.
44
5- # | Environment Variable | Description | Default Value |
6- # |----------------------|-------------------------------------------|------------------------------|
7- # | CHAIN_IMAGE | The image that will be used for the chain | ghcr.io/cosmos/ibc-go-simd |
8- # | CHAIN_A_TAG | The tag used for chain A | N/A (must be set) |
9- # | CHAIN_B_TAG | The tag used for chain B | N/A (must be set) |
10- # | CHAIN_C_TAG | The tag used for chain C | N/A (optional; fallback to A)|
11- # | CHAIN_D_TAG | The tag used for chain D | N/A (optional; fallback to A)|
12- # | CHAIN_BINARY | The binary used in the container | simd |
13- # | RELAYER_TAG | The tag used for the relayer | 1.10.4 |
14- # | RELAYER_ID | The type of relayer to use (rly/hermes) | hermes |
5+ # | Environment Variable | Description | Default Value |
6+ # |----------------------|-------------------------------------------|------------------------------- |
7+ # | CHAIN_IMAGE | The image that will be used for the chain | ghcr.io/cosmos/ibc-go-simd |
8+ # | CHAIN_A_TAG | The tag used for chain A | N/A (must be set) |
9+ # | CHAIN_B_TAG | The tag used for chain B | N/A (must be set) |
10+ # | CHAIN_C_TAG | The tag used for chain C | N/A (optional; fallback to A) |
11+ # | CHAIN_D_TAG | The tag used for chain D | N/A (optional; fallback to A) |
12+ # | CHAIN_BINARY | The binary used in the container | simd |
13+ # | RELAYER_TAG | The tag used for the relayer | 1.13.1 |
14+ # | RELAYER_ID | The type of relayer to use (rly/hermes) | hermes |
1515
1616# see sample.config.yaml for a bare minimum configuration example.
1717# set env E2E_CONFIG_PATH to point to this file to use it.
@@ -51,7 +51,7 @@ activeRelayer: hermes # override with RELAYER_ID
5151relayers :
5252 - id : hermes
5353 image : ghcr.io/informalsystems/hermes
54- tag : " 1.10.4 "
54+ tag : " 1.13.1 "
5555 - id : rly
5656 image : ghcr.io/cosmos/relayer
5757 tag : " latest"
@@ -76,6 +76,6 @@ upgrades:
7676 - planName : " v8.1"
7777 tag : " v8.1.0"
7878 - planName : " v10"
79- tag : " main " # TODO: Update with correct tag as soon as we have a release
79+ tag : " branch- release-v10.4.x "
8080 - planName : " ibcwasm-v8"
8181 tag : " v8.0.0-e2e-upgrade"
0 commit comments