Skip to content

Commit

Permalink
try and add noble chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 30, 2024
1 parent 2fc0486 commit 0052c6f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
42 changes: 42 additions & 0 deletions starship/charts/devnet/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion starship/charts/devnet/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@
"akash",
"agoric",
"kujira",
"hyperweb"
"hyperweb",
"noble"
]
},
"numValidators": {
Expand Down

0 comments on commit 0052c6f

Please sign in to comment.