Skip to content

Commit

Permalink
fix simapp chain setup to use faucet of type starship instead of cosm…
Browse files Browse the repository at this point in the history
…js faucet
  • Loading branch information
Anmol1696 committed Mar 13, 2024
1 parent 1aa0bee commit 9bd5040
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions examples/cosmos-simapp-multi/configs/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ chains:
grpc: 9091
faucet: 8001
faucet:
# use v0.31.0-alpha.2 cosmjs-faucet for compatibility with simapp v0.47.3
image: ghcr.io/cosmology-tech/starship/cosmjs-faucet:v0.31.0
concurrency: 4
type: starship

exposer:
image: ghcr.io/cosmology-tech/starship/exposer:20230808-2333929
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/configs/simapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ chains:
cpu: "0.2"
memory: "400M"
faucet:
image: ghcr.io/cosmology-tech/starship/cosmjs-faucet:v0.31.0
concurrency: 2
type: starship
resources:
cpu: "0.1"
memory: "200M"
Expand Down
4 changes: 1 addition & 3 deletions tests/smoke/ci/simapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ chains:
cpu: "0.2"
memory: "400M"
faucet:
# use v0.31.0-alpha.2 cosmjs-faucet for compatibility with simapp v0.47+
# todo: faucet seems to throw error with sdk version 0.50, still seems to work
image: ghcr.io/cosmology-tech/starship/cosmjs-faucet:v0.31.0
type: starship
concurrency: 2
resources:
cpu: "0.1"
Expand Down

0 comments on commit 9bd5040

Please sign in to comment.