Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: fix and add stride ics test for 2 chain setup #631

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions starship/charts/devnet/scripts/default/create-ics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ stake_tokens() {
--keyring-backend="test" \
--gas auto --gas-adjustment 2 \
--output json \
--fees 1000$DENOM \
--yes
sleep 5
}
Expand Down Expand Up @@ -69,6 +70,7 @@ submit_proposal() {
--keyring-backend="test" \
--gas auto --gas-adjustment 2 \
--output json \
--fees 1000$DENOM \
--yes)
echo $PROPOSAL_TX

Expand Down Expand Up @@ -108,6 +110,7 @@ vote_proposal() {
--keyring-backend="test" \
--gas auto --gas-adjustment 2 \
--output json \
--fees 1000$DENOM \
--yes
sleep 5
}
Expand Down
51 changes: 51 additions & 0 deletions starship/tests/e2e/configs/stride.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading