Skip to content

Commit

Permalink
chore: update cosmoshub default version to v17 (#519)
Browse files Browse the repository at this point in the history
* update cosmoshub default version to v17

* upgrade cometmock docker image to version 0.37
  • Loading branch information
Anmol1696 committed Jul 11, 2024
1 parent f2d09be commit d6859cd
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion starship/charts/devnet/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defaultChains:
coinType: 118
repo: https://github.com/CosmWasm/wasmd
cosmoshub:
image: ghcr.io/cosmology-tech/starship/gaia:v14.1.0
image: ghcr.io/cosmology-tech/starship/gaia:v17.2.0
home: /root/.gaia
binary: gaiad
prefix: cosmos
Expand Down
1 change: 0 additions & 1 deletion starship/tests/e2e/configs/agoric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ chains:
memory: 2Gi
- id: cosmoshub-4
name: cosmoshub
image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1
numValidators: 1
ports:
rest: 1317
Expand Down
1 change: 0 additions & 1 deletion starship/tests/e2e/configs/evmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ chains:
exposer: 38083
- id: cosmoshub-4
name: cosmoshub
image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1
numValidators: 1
ports:
rest: 1317
Expand Down
1 change: 0 additions & 1 deletion starship/tests/e2e/configs/multi-relayer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ chains:
exposer: 38083
- id: cosmoshub-4
name: cosmoshub
image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1
numValidators: 1
faucet:
enabled: false
Expand Down
1 change: 0 additions & 1 deletion starship/tests/e2e/configs/neutron-relayer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ chains:
exposer: 38083
- id: cosmoshub-4
name: cosmoshub
image: ghcr.io/cosmology-tech/starship/gaia:v15.0.0
numValidators: 2
ports:
rest: 1317
Expand Down
1 change: 0 additions & 1 deletion starship/tests/e2e/configs/neutron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ chains:
exposer: 38083
- id: cosmoshub-4
name: cosmoshub
image: ghcr.io/cosmology-tech/starship/gaia:v17.2.0
numValidators: 1
ports:
rest: 1317
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/one-chain-cometmock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chains:
enabled: false
cometmock:
enabled: true
image: ghcr.io/informalsystems/cometmock:v0.34.x
image: ghcr.io/informalsystems/cometmock:v0.37.x

resources:
wait:
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/configs/two-chain-cometmock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chains:
enabled: false
cometmock:
enabled: true
image: ghcr.io/informalsystems/cometmock:v0.34.x
image: ghcr.io/informalsystems/cometmock:v0.37.x
ports:
rpc: 26657
exposer: 38087

0 comments on commit d6859cd

Please sign in to comment.