Skip to content

Commit

Permalink
fix ci starship config
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Aug 31, 2023
1 parent 4b38473 commit 4626a37
Showing 1 changed file with 35 additions and 14 deletions.
49 changes: 35 additions & 14 deletions tests/starship/configs/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
chains:
- name: mesh-osmosis-1
- name: mesh-1
type: custom
numValidators: 1
image: anmol1696/meshd:osmo
image: anmol1696/meshd:latest
home: /root/.meshd
binary: meshd
prefix: osmo
denom: uosmo
coins: 100000000000000uosmo
prefix: mesh
denom: stake
coins: 100000000000000stake
hdPath: m/44'/118'/0'/0/0
coinType: 118
repo: https://github.com/osmosis/mesh-security-sdk
genesis:
app_state:
meshsecurity:
params:
epoch_length: 10
staking:
params:
unbonding_time: 200s
ports:
rest: 1313
rpc: 26653
Expand All @@ -19,21 +27,30 @@ chains:
cpu: "0.2"
memory: "200M"
faucet:
concurreny: 2
resources:
cpu: "0.1"
memory: "100M"
- name: mesh-juno-1
- name: mesh-2
type: custom
numValidators: 1
image: anmol1696/meshd:juno
image: anmol1696/meshd:latest
home: /root/.meshd
binary: meshd
prefix: juno
denom: ujuno
coins: 100000000000000ujuno
prefix: mesh
denom: stake
coins: 100000000000000stake
hdPath: m/44'/118'/0'/0/0
coinType: 118
repo: https://github.com/osmosis/mesh-security-sdk
genesis:
app_state:
meshsecurity:
params:
epoch_length: 10
staking:
params:
unbonding_time: 200s
ports:
rest: 1317
rpc: 26657
Expand All @@ -42,18 +59,22 @@ chains:
cpu: "0.2"
memory: "200M"
faucet:
concurreny: 2
resources:
cpu: "0.1"
memory: "100M"

relayers:
- name: juno-osmo
- name: mesh-1-mesh-2
type: hermes
replicas: 1
image: ghcr.io/cosmology-tech/starship/hermes:39033cdee9e7aaa2274aeca3ab152542bf93d8bd
image: ghcr.io/cosmology-tech/starship/hermes:1.6.0
chains:
- mesh-juno-1
- mesh-osmosis-1
- mesh-1
- mesh-2
config:
event_source:
mode: pull
resources:
cpu: "0.1"
memory: "100M"
Expand Down

0 comments on commit 4626a37

Please sign in to comment.