Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add hyperweb chain to starship #567

Merged
merged 3 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion starship/charts/devnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.15
version: 0.2.16

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
36 changes: 36 additions & 0 deletions starship/charts/devnet/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,42 @@ defaultChains:
exponent: 6
coingecko_id: kujira
keywords: [ "kujira" ]
hyperweb:
image: ghcr.io/cosmology-tech/jsd:0.1.1
home: /root/.jsd
binary: jsdd
prefix: hyper
denom: uhyper
prettyName: Hyperweb
coins: 100000000000000uhyper,100000000000000uweb
hdPath: m/44'/118'/0'/0/0
coinType: 118
repo: https://github.com/cosmology-tech/jsd
assets:
- base: uweb
description: "The native staking and governance token of the Hyperweb chain."
name: Web
display: web
symbol: WEB
denom_units:
- denom: uweb
exponent: 0
- denom: web
exponent: 6
coingecko_id: web
keywords: [ "web" ]
- base: uhyper
description: "The meme coin for Hyperweb chain."
name: Hyper
display: hyper
symbol: HYPR
denom_units:
- denom: uhyper
exponent: 0
- denom: hyper
exponent: 6
coingecko_id: hyper
keywords: [ "hyper" ]
eth:
storageClassName: hostpath
genesisStateUrl: https://github.com/eth-clients/merge-testnets/blob/main/sepolia/genesis.ssz
Expand Down
Loading