chain-registry
Version:
29 lines (28 loc) • 1.11 kB
JavaScript
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'
}]
};
export default info;