diff --git a/starship/charts/devnet/templates/chains/cosmos/genesis.yaml b/starship/charts/devnet/templates/chains/cosmos/genesis.yaml index 1a199666..37e98b60 100644 --- a/starship/charts/devnet/templates/chains/cosmos/genesis.yaml +++ b/starship/charts/devnet/templates/chains/cosmos/genesis.yaml @@ -177,7 +177,7 @@ spec: name: faucet {{- end }} {{- if $chain.ics.enabled }} - {{ $waitParams := dict "chain" (list $chain.ics.provider) "port" $.Values.exposer.ports.rest "context" $ }} + {{ $waitParams := dict "chains" (list $chain.ics.provider) "port" $.Values.exposer.ports.rest "context" $ }} {{- include "devnet.init.wait" $waitParams | indent 8 }} {{ $icsChain := include "devnet.fullchain" (dict "name" $chain.ics.provider "file" $defaultFile "context" $) | fromJson }} - name: init-ics diff --git a/starship/tests/e2e/configs/neutron-relayer.yaml b/starship/tests/e2e/configs/neutron-relayer.yaml index d8e370ec..5d280308 100644 --- a/starship/tests/e2e/configs/neutron-relayer.yaml +++ b/starship/tests/e2e/configs/neutron-relayer.yaml @@ -1,7 +1,7 @@ chains: - id: neutron-1 name: neutron - numValidators: 1 + numValidators: 1 # only support for single validator node for ics faucet: enabled: false ics: @@ -13,7 +13,7 @@ chains: exposer: 38083 - id: cosmoshub-4 name: cosmoshub - numValidators: 1 + numValidators: 1 # only support for single validator node for ics ports: rest: 1317 rpc: 26657 diff --git a/starship/tests/e2e/configs/neutron.yaml b/starship/tests/e2e/configs/neutron.yaml index e259008e..7b0ed3f9 100644 --- a/starship/tests/e2e/configs/neutron.yaml +++ b/starship/tests/e2e/configs/neutron.yaml @@ -1,7 +1,7 @@ chains: - id: neutron-1 name: neutron - numValidators: 1 + numValidators: 1 # only support for single validator node for ics faucet: enabled: false ics: @@ -13,7 +13,7 @@ chains: exposer: 38083 - id: cosmoshub-4 name: cosmoshub - numValidators: 1 + numValidators: 1 # only support for single validator node for ics ports: rest: 1317 rpc: 26657