diff --git a/chains/mainnets/dhealth/chain.json b/chains/mainnets/dhealth/chain.json new file mode 100644 index 0000000..268d1a8 --- /dev/null +++ b/chains/mainnets/dhealth/chain.json @@ -0,0 +1,88 @@ +{ + "$schema": "../../chain.schema.json", + "name": "dhealth", + "chainName": "dHealth", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg" + }, + "rpcUrl": "https://rpc.dhealth.com", + "restUrl": "https://lcd.dhealth.com", + "chainId": "dhealth", + "bech32": "dh", + "denom": "dhp", + "denomUpper": "DHP", + "sdenom": "udhp", + "coinType": 10111, + "gasPriceStep": { + "low": 0.001, + "average": 0.01, + "high": 0.025 + }, + "coinDecimals": 6, + "features": ["ibc-transfer"], + "coinGeckoId": "dhealth", + "chainInfo": { + "cosmosSdkVersion": "0.47.4", + "ibcGoVersion": "7.2.0" + }, + "colors": { + "primaryOnLight": "#150867", + "primaryOnDark": "#E0E0E5", + "lighterOnLight": "#2970FF", + "lighterOnDark": "#FFFFFF", + "darkerOnLight": "#0D092C", + "darkerOnDark": "#B5B5B5" + }, + "links": [ + { + "title": "Official Website", + "url": "https://www.dhealth.com", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.dhealth.com", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/dhealthproject", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/dhealth", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/dHealth_Network", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false, + "withCoingeckoApi": false +} diff --git a/chains/testnets/dhealth/chain.json b/chains/testnets/dhealth/chain.json new file mode 100644 index 0000000..63eccf8 --- /dev/null +++ b/chains/testnets/dhealth/chain.json @@ -0,0 +1,113 @@ +{ + "$schema": "../../chain.schema.json", + "name": "dhealth_testnet", + "chainName": "dHealth Testnet", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg" + }, + "isAProviderChain": true, + "rpcUrl": "https://rpc-testnet.dhealth.dev", + "restUrl": "https://lcd-testnet.dhealth.dev", + "chainId": "dhealth-testnet-2", + "bech32": "tdh02", + "denom": "tdhp", + "denomUpper": "tDHP", + "sdenom": "utdhp", + "coinType": 10111, + "gasPriceStep": { + "low": 0.0025, + "average": 0.0025, + "high": 0.0025 + }, + "coinDecimals": 6, + "features": ["ibc-transfer", "ibc-go"], + "coinGeckoId": "", + "assets": [ + { + "base": "utdhp", + "coingecko_id": null, + "denom_units": [ + { + "denom": "utdhp", + "exponent": 0 + }, + { + "denom": "tdhp", + "exponent": 6 + } + ], + "description": "The native staking and governance token of the dHealth Testnet chain.", + "display": "tdhp", + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg" + }, + "name": "tDHP", + "symbol": "tDHP" + } + ], + "chainInfo": { + "cosmosSdkVersion": "0.47.4", + "ibcGoVersion": "7.1.0" + }, + "colors": { + "primaryOnLight": "#150867", + "primaryOnDark": "#E0E0E5", + "lighterOnLight": "#2970FF", + "lighterOnDark": "#FFFFFF", + "darkerOnLight": "#0D092C", + "darkerOnDark": "#B5B5B5" + }, + "links": [ + { + "title": "Official Website", + "url": "https://dhealth.com", + "icon": { + "svg": "web" + } + }, + { + "title": "Docs", + "url": "https://docs.dhealth.com", + "icon": { + "svg": "document" + } + }, + { + "title": "GitHub", + "url": "https://github.com/dhealthproject", + "icon": { + "svg": "github" + } + }, + { + "title": "Learn more", + "icon": { + "svg": "dotsHorizontal" + }, + "children": [ + { + "title": "Medium", + "url": "https://medium.com/dhealth", + "icon": { + "svg": "medium" + } + }, + { + "title": "Twitter", + "url": "https://twitter.com/dHealth_Network", + "icon": { + "svg": "twitter" + } + } + ] + } + ], + "isExplorerEnabled": true, + "isModuleEnabled": { + "governance": true + }, + "isNativelySupportedByKeplr": false, + "withCoingeckoApi": false +}