Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Dec 14, 2023
1 parent 4ccc90f commit 7084a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/starship/configs/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ chains:
- name: mesh-1
type: custom
numValidators: 1
image: anmol1696/meshd:latest-amd64
image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship
home: /root/.meshd
binary: meshd
prefix: mesh
Expand Down Expand Up @@ -33,7 +33,7 @@ chains:
- name: mesh-2
type: custom
numValidators: 1
image: anmol1696/meshd:latest-amd64
image: ghcr.io/osmosis-labs/meshd:anmol-restart-starship
home: /root/.meshd
binary: meshd
prefix: mesh
Expand Down
2 changes: 1 addition & 1 deletion tests/starship/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func AssertShare(t *testing.T, p *setup.ConsumerClient, val string, exp math.Leg

func TestMain(m *testing.M) {
flag.StringVar(&wasmContractPath, "contracts-path", "../testdata", "Set path to dir with gzipped wasm contracts")
flag.BoolVar(&wasmContractGZipped, "gzipped", false, "Use `.gz` file ending when set")
flag.BoolVar(&wasmContractGZipped, "gzipped", true, "Use `.gz` file ending when set")
flag.StringVar(&configFile, "config", "configs/local.yaml", "starship config file for the infra")
flag.StringVar(&providerChain, "provider-chain", "mesh-1", "provider chain name, from config file")
flag.StringVar(&consumerChain, "consumer-chain", "mesh-2", "consumer chain name, from config file")
Expand Down

0 comments on commit 7084a4e

Please sign in to comment.