@chain-registry/v2
Version:
33 lines (32 loc) • 1.26 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'
},
coingeckoId: 'darcmatter-coin',
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',
theme: {
primaryColorHex: '#042a61'
}
}],
typeAsset: 'sdk.coin'
}]
};
export default info;