@chain-registry/v2
Version:
61 lines (60 loc) • 2.49 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'commercionetwork',
assets: [{
description: 'The native token of Commercio.network',
denomUnits: [{
denom: 'ucommercio',
exponent: 0,
aliases: []
}, {
denom: 'commercio',
exponent: 6,
aliases: []
}],
base: 'ucommercio',
display: 'commercio',
name: 'Commercio',
symbol: 'COM',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg',
theme: {
primaryColorHex: '#41a68c'
}
}],
typeAsset: 'sdk.coin'
}, {
description: 'The cash credit token of Commercio.network',
denomUnits: [{
denom: 'uccc',
exponent: 0,
aliases: []
}, {
denom: 'ccc',
exponent: 6,
aliases: []
}],
base: 'uccc',
display: 'ccc',
name: 'Commercio Cash Credit',
symbol: 'CCC',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/ccc.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/ccc.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/ccc.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/ccc.svg',
theme: {
primaryColorHex: '#fbb804'
}
}],
typeAsset: 'sdk.coin'
}]
};
export default info;