File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.2.15
18+ version : 0.2.16
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -719,6 +719,42 @@ defaultChains:
719719 exponent : 6
720720 coingecko_id : kujira
721721 keywords : [ "kujira" ]
722+ hyperweb :
723+ image : ghcr.io/cosmology-tech/jsd:0.1.1
724+ home : /root/.jsd
725+ binary : jsdd
726+ prefix : hyper
727+ denom : uhyper
728+ prettyName : Hyperweb
729+ coins : 100000000000000uhyper,100000000000000uweb
730+ hdPath : m/44'/118'/0'/0/0
731+ coinType : 118
732+ repo : https://github.com/cosmology-tech/jsd
733+ assets :
734+ - base : uweb
735+ description : " The native staking and governance token of the Hyperweb chain."
736+ name : Web
737+ display : web
738+ symbol : WEB
739+ denom_units :
740+ - denom : uweb
741+ exponent : 0
742+ - denom : web
743+ exponent : 6
744+ coingecko_id : web
745+ keywords : [ "web" ]
746+ - base : uhyper
747+ description : " The meme coin for Hyperweb chain."
748+ name : Hyper
749+ display : hyper
750+ symbol : HYPR
751+ denom_units :
752+ - denom : uhyper
753+ exponent : 0
754+ - denom : hyper
755+ exponent : 6
756+ coingecko_id : hyper
757+ keywords : [ "hyper" ]
722758 eth :
723759 storageClassName : hostpath
724760 genesisStateUrl : https://github.com/eth-clients/merge-testnets/blob/main/sepolia/genesis.ssz
You can’t perform that action at this time.
0 commit comments