Skip to content
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