Skip to content

Commit

Permalink
Add dHealth chain & DHP token (#1339)
Browse files Browse the repository at this point in the history
* feat: add dhealth chain & DHP token

* feat: add dHealth chain

* fix: remove comma at the end of json array item
  • Loading branch information
nsonanh authored Apr 5, 2024
1 parent 908adb7 commit dd8c2f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions osmosis-1/osmosis.zone_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,6 +3015,15 @@
"osmosis_verified": true,
"listing_date_time_utc": "2024-04-03T17:37:00Z",
"_comment": "Wormhole Token $W"
},
{
"chain_name": "dhealth",
"base_denom": "udhp",
"twitter_URL": "https://twitter.com/dhealth_network",
"path": "transfer/channel-37505/udhp",
"osmosis_verified": false,
"osmosis_unlisted": true,
"_comment": "dHealth Token $DHP"
}
]
}
11 changes: 11 additions & 0 deletions osmosis-1/osmosis.zone_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,17 @@
"eth-address-gen",
"eth-key-sign"
]
},
{
"chain_name": "dhealth",
"rpc": "https://rpc.dhealth.com",
"rest": "https://lcd.dhealth.com",
"explorer_tx_url": "https://explorer.dhealth.com/dhealth/transactions/${txHash}",
"keplr_features": [
"ibc-transfer",
"ibc-go",
"cosmwasm"
]
}
]
}

0 comments on commit dd8c2f2

Please sign in to comment.