Skip to content

Commit 0382b73

Browse files
committed
add stride ics test for 2 chain setup
1 parent 77ba8e7 commit 0382b73

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

starship/charts/devnet/scripts/default/create-ics.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ stake_tokens() {
3737
--keyring-backend="test" \
3838
--gas auto --gas-adjustment 2 \
3939
--output json \
40+
--fees 1000$DENOM \
4041
--yes
4142
sleep 5
4243
}
@@ -69,6 +70,7 @@ submit_proposal() {
6970
--keyring-backend="test" \
7071
--gas auto --gas-adjustment 2 \
7172
--output json \
73+
--fees 1000$DENOM \
7274
--yes)
7375
echo $PROPOSAL_TX
7476

@@ -108,6 +110,7 @@ vote_proposal() {
108110
--keyring-backend="test" \
109111
--gas auto --gas-adjustment 2 \
110112
--output json \
113+
--fees 1000$DENOM \
111114
--yes
112115
sleep 5
113116
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: starship-localnet
2+
version: 1.3.0
3+
4+
chains:
5+
- id: cosmoshublocal
6+
name: cosmoshub
7+
image: ghcr.io/hyperweb-io/starship/gaia:v21.0.1
8+
numValidators: 1
9+
faucet:
10+
enabled: true
11+
type: starship
12+
ports:
13+
rest: 1314
14+
rpc: 26654
15+
grpc: 9092
16+
faucet: 8083
17+
- id: stridelocal
18+
name: stride
19+
image: ghcr.io/hyperweb-io/starship/stride:v25.1.0
20+
numValidators: 1
21+
ics:
22+
enabled: true
23+
provider: cosmoshublocal
24+
faucet:
25+
enabled: true
26+
type: starship
27+
ports:
28+
rest: 1313
29+
rpc: 26653
30+
grpc: 9099
31+
faucet: 8089
32+
33+
relayers:
34+
- name: stride-cosmoshub
35+
type: hermes
36+
replicas: 1
37+
chains:
38+
- cosmoshublocal
39+
- stridelocal
40+
ics:
41+
enabled: true
42+
consumer: stridelocal
43+
provider: cosmoshublocal
44+
45+
explorer:
46+
enabled: false
47+
48+
registry:
49+
enabled: true
50+
ports:
51+
rest: 8081

0 commit comments

Comments
 (0)