File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed
charts/devnet/scripts/default Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ stake_tokens() {
37
37
--keyring-backend=" test" \
38
38
--gas auto --gas-adjustment 2 \
39
39
--output json \
40
+ --fees 1000$DENOM \
40
41
--yes
41
42
sleep 5
42
43
}
@@ -69,6 +70,7 @@ submit_proposal() {
69
70
--keyring-backend=" test" \
70
71
--gas auto --gas-adjustment 2 \
71
72
--output json \
73
+ --fees 1000$DENOM \
72
74
--yes)
73
75
echo $PROPOSAL_TX
74
76
@@ -108,6 +110,7 @@ vote_proposal() {
108
110
--keyring-backend=" test" \
109
111
--gas auto --gas-adjustment 2 \
110
112
--output json \
113
+ --fees 1000$DENOM \
111
114
--yes
112
115
sleep 5
113
116
}
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments