chain-registry
Version:
34 lines (33 loc) • 1.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'dhealthtestnet',
assets: [{
description: 'The native token of dHealth testnet.',
denom_units: [{
denom: 'utdhp',
exponent: 0
}, {
denom: 'tdhp',
exponent: 6
}],
base: 'utdhp',
name: 'Digital Health Point Testnet',
display: 'tdhp',
symbol: 'tDHP',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/dhealthtestnet/images/dhp.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/dhealthtestnet/images/dhp.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/dhealthtestnet/images/dhp.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/dhealthtestnet/images/dhp.svg',
theme: {
primary_color_hex: '#140c7c'
}
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;