Skip to content

Commit

Permalink
add kujira chain to starship (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Jul 4, 2024
1 parent cdf6671 commit be7a35c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
27 changes: 27 additions & 0 deletions starship/charts/devnet/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,33 @@ defaultChains:
exponent: 6
coingecko_id: inter-stable-token
keywords: [ "inter-stable-token" ]
kujira:
image: ghcr.io/cosmology-tech/starship/kujira:v1.1.0
home: /root/.kujira
binary: kujirad
prefix: kujira
denom: ukuji
prettyName: Kujira
coins: 100000000000000ukuji
hdPath: m/44'/118'/0'/0/0
coinType: 118
repo: https://github.com/Team-Kujira/core
assets:
- base: ukuji
description: "The native staking and governance token of the Kujira chain."
name: Kujira
display: kuji
symbol: KUJI
logo_URIs:
png: "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png"
svg: "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"
denom_units:
- denom: ukuji
exponent: 0
- denom: kuji
exponent: 6
coingecko_id: kujira
keywords: [ "kujira" ]
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 @@ -143,7 +143,8 @@
"polymer",
"virtual",
"akash",
"agoric"
"agoric",
"kujira"
]
},
"numValidators": {
Expand Down

0 comments on commit be7a35c

Please sign in to comment.