-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add dhealth mainnet and testnet
- Loading branch information
1 parent
fa4d241
commit c3e86c2
Showing
2 changed files
with
201 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |