Skip to content

Commit

Permalink
temp fix for the defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jan 22, 2025
1 parent 9a54635 commit 87e9d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/hyperweb-io/starship/gaia:v17.2.0
image: ghcr.io/hyperweb-io/starship/gaia:v18.0.0
home: /root/.gaia
binary: gaiad
prefix: cosmos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ data:
gas_price = { price = 2500000, denom = "{{ $fullchain.denom }}" }
{{- else }}
address_type = { derivation = 'cosmos' }
gas_price = { price = 0.25, denom = "{{ $fullchain.denom }}" }
gas_price = { price = 1.25, denom = "{{ $fullchain.denom }}" }
{{- end }}
{{- end }}
# config-cli.toml is an additional config which is used for performing
Expand Down

0 comments on commit 87e9d1f

Please sign in to comment.