From a0e27c572fec4fa82dc541391d60f3ba825679ae Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Fri, 28 Feb 2025 18:49:02 +0530 Subject: [PATCH] add stride ics test for 2 chain setup --- .../devnet/scripts/default/create-ics.sh | 3 ++ starship/tests/e2e/configs/stride.yaml | 51 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 starship/tests/e2e/configs/stride.yaml diff --git a/starship/charts/devnet/scripts/default/create-ics.sh b/starship/charts/devnet/scripts/default/create-ics.sh index 5c4b7686f..35b705417 100644 --- a/starship/charts/devnet/scripts/default/create-ics.sh +++ b/starship/charts/devnet/scripts/default/create-ics.sh @@ -37,6 +37,7 @@ stake_tokens() { --keyring-backend="test" \ --gas auto --gas-adjustment 2 \ --output json \ + --fees 1000$DENOM \ --yes sleep 5 } @@ -69,6 +70,7 @@ submit_proposal() { --keyring-backend="test" \ --gas auto --gas-adjustment 2 \ --output json \ + --fees 1000$DENOM \ --yes) echo $PROPOSAL_TX @@ -108,6 +110,7 @@ vote_proposal() { --keyring-backend="test" \ --gas auto --gas-adjustment 2 \ --output json \ + --fees 1000$DENOM \ --yes sleep 5 } diff --git a/starship/tests/e2e/configs/stride.yaml b/starship/tests/e2e/configs/stride.yaml new file mode 100644 index 000000000..66cae0559 --- /dev/null +++ b/starship/tests/e2e/configs/stride.yaml @@ -0,0 +1,51 @@ +name: starship-localnet +version: 1.3.0 + +chains: + - id: cosmoshublocal + name: cosmoshub + image: ghcr.io/hyperweb-io/starship/gaia:v21.0.1 + numValidators: 1 + faucet: + enabled: true + type: starship + ports: + rest: 1314 + rpc: 26654 + grpc: 9092 + faucet: 8083 + - id: stridelocal + name: stride + image: ghcr.io/hyperweb-io/starship/stride:v25.1.0 + numValidators: 1 + ics: + enabled: true + provider: cosmoshublocal + faucet: + enabled: true + type: starship + ports: + rest: 1313 + rpc: 26653 + grpc: 9099 + faucet: 8089 + +relayers: + - name: stride-cosmoshub + type: hermes + replicas: 1 + chains: + - cosmoshublocal + - stridelocal + ics: + enabled: true + consumer: stridelocal + provider: cosmoshublocal + +explorer: + enabled: false + +registry: + enabled: true + ports: + rest: 8081