From 027a45983d75c4ff42066319ae6d73a4cacce5ba Mon Sep 17 00:00:00 2001 From: Anmol Date: Thu, 31 Oct 2024 14:42:08 +0530 Subject: [PATCH] feature: noble helm chart support (#576) * try to add noble chain * try and add noble chain --- starship/charts/devnet/defaults.yaml | 42 +++++++++++++++++++++++ starship/charts/devnet/values.schema.json | 3 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/starship/charts/devnet/defaults.yaml b/starship/charts/devnet/defaults.yaml index 9e1126673..40810bfb9 100644 --- a/starship/charts/devnet/defaults.yaml +++ b/starship/charts/devnet/defaults.yaml @@ -746,6 +746,48 @@ defaultChains: exponent: 6 coingecko_id: hyper keywords: [ "hyper" ] + noble: + image: ghcr.io/cosmology-tech/starship/noble:v7.0.0 + home: /root/.noble + binary: nobled + prefix: noble + denom: uusdc + prettyName: Noble + coins: 100000000000000uusdc,100000000000000ustake + hdPath: m/44'/118'/0'/0/0 + coinType: 118 + repo: https://github.com/noble-assets/noble + assets: + - base: uusdc + description: "USD Coin" + name: USDC + display: usdc + symbol: USDC + logo_URIs: + png: "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/noble.png" + svg: "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/noble.svg" + denom_units: + - denom: uusdc + exponent: 0 + - denom: usdc + exponent: 6 + coingecko_id: usdc + keywords: [ "usdc" ] + - base: ustake + description: "Permissioned stake token for noble" + name: Stake + display: stake + symbol: STAKE + logo_URIs: + png: "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png" + svg: "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg" + denom_units: + - denom: ustake + exponent: 0 + - denom: stake + exponent: 6 + coingecko_id: stake + keywords: [ "stake" ] eth: storageClassName: hostpath genesisStateUrl: https://github.com/eth-clients/merge-testnets/blob/main/sepolia/genesis.ssz diff --git a/starship/charts/devnet/values.schema.json b/starship/charts/devnet/values.schema.json index 8bbee5b7a..327f27b83 100644 --- a/starship/charts/devnet/values.schema.json +++ b/starship/charts/devnet/values.schema.json @@ -145,7 +145,8 @@ "akash", "agoric", "kujira", - "hyperweb" + "hyperweb", + "noble" ] }, "numValidators": {