From e8ce81eed7f076361ad0a828a3bc2d3a1d518910 Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Mon, 14 Oct 2024 14:16:29 +0400 Subject: [PATCH 1/2] add hyperweb chain to starship --- starship/charts/devnet/defaults.yaml | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/starship/charts/devnet/defaults.yaml b/starship/charts/devnet/defaults.yaml index 4383c353e..dd0c0ea00 100644 --- a/starship/charts/devnet/defaults.yaml +++ b/starship/charts/devnet/defaults.yaml @@ -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 From b81621ce2d02f850fb12d9d849c732b79bf34ea2 Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Mon, 14 Oct 2024 14:17:27 +0400 Subject: [PATCH 2/2] cut release for 0.2.16 for helmchart --- starship/charts/devnet/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/charts/devnet/Chart.yaml b/starship/charts/devnet/Chart.yaml index 379f0bc5f..fcfc6b259 100644 --- a/starship/charts/devnet/Chart.yaml +++ b/starship/charts/devnet/Chart.yaml @@ -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