Skip to content

Commit

Permalink
Merge pull request #61 from dHealth-Lab/add-dhealth
Browse files Browse the repository at this point in the history
Add dHealth Mainnet & Testnet
  • Loading branch information
liangping authored Apr 10, 2024
2 parents a089743 + fcb1d5d commit e7656a5
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions chains/mainnet/dhealth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "dhealth",
"coingecko": "dhealth",
"api": ["https://lcd.dhealth.com", "https://api.dhealth.nodestake.org"],
"rpc": ["https://rpc.dhealth.com:443", "https://rpc.dhealth.nodestake.org:443"],
"sdk_version": "0.47.4",
"coin_type": "10111",
"min_tx_fee": "3000",
"addr_prefix": "dh",
"logo": "/logos/dhealth.png",
"theme_color": "#150867",
"assets": [{
"base": "udhp",
"symbol": "DHP",
"exponent": "6",
"coingecko_id": "dhealth",
"logo": "/logos/dhealth.png"
}]
}
19 changes: 19 additions & 0 deletions chains/testnet/dhealth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "dhealth",
"coingecko": "",
"api": ["https://lcd-testnet.dhealth.dev"],
"rpc": ["https://rpc-testnet.dhealth.dev:443"],
"snapshot_provider": "",
"sdk_version": "0.47.4",
"coin_type": "10111",
"min_tx_fee": "3000",
"addr_prefix": "tdh02",
"logo": "/logos/dhealth.png",
"assets": [{
"base": "utdhp",
"symbol": "tDHP",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/dhealth.png"
}]
}
Binary file added logos/dhealth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e7656a5

Please sign in to comment.