|
2 | 2 | # Many of these fields can be overridden with environment variables. |
3 | 3 | # All fields that support this have the corresponding environment variable name in a comment beside the field. |
4 | 4 |
|
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 | luca_joss-update-docker-build | |
| 14 | +# | RELAYER_ID | The type of relayer to use (rly/hermes) | hermes | |
15 | 15 |
|
16 | 16 | # see sample.config.yaml for a bare minimum configuration example. |
17 | 17 | # set env E2E_CONFIG_PATH to point to this file to use it. |
@@ -51,7 +51,7 @@ activeRelayer: hermes # override with RELAYER_ID |
51 | 51 | relayers: |
52 | 52 | - id: hermes |
53 | 53 | image: ghcr.io/informalsystems/hermes |
54 | | - tag: "1.10.4" |
| 54 | + tag: "luca_joss-update-docker-build" # v1.13.1 had to be built manually |
55 | 55 | - id: rly |
56 | 56 | image: ghcr.io/cosmos/relayer |
57 | 57 | tag: "latest" |
|
0 commit comments