chain-registry
Version:
31 lines (30 loc) • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'konstellation',
assets: [{
description: 'The native token of Konstellation Network',
denomUnits: [{
denom: 'udarc',
exponent: 0
}, {
denom: 'darc',
exponent: 6
}],
base: 'udarc',
name: 'DARC',
display: 'darc',
symbol: 'DARC',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;