chain-registry
Version:
57 lines (56 loc) • 2.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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'
}],
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'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;