chain-registry
Version:
87 lines (86 loc) • 3.35 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'coss',
assets: [
{
description: 'The native staking and governance token of the COSS.',
denom_units: [{
denom: 'ucgas',
exponent: 0
}, {
denom: 'cgas',
exponent: 6
}],
base: 'ucgas',
name: 'CGAS',
display: 'cgas',
symbol: 'CGAS',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg',
theme: {
primary_color_hex: '#7c7c7c'
}
}],
type_asset: 'sdk.coin'
},
{
description: 'The inscription token of the COSS.',
denom_units: [{
denom: 'ucoss',
exponent: 0
}, {
denom: 'coss',
exponent: 6
}],
base: 'ucoss',
name: 'COSS',
display: 'coss',
symbol: 'COSS',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg',
theme: {
primary_color_hex: '#876317'
}
}],
type_asset: 'sdk.coin'
},
{
description: 'The inscription token of the CIAS.',
denom_units: [{
denom: 'ucias',
exponent: 0
}, {
denom: 'cias',
exponent: 6
}],
base: 'ucias',
name: 'CIAS',
display: 'cias',
symbol: 'CIAS',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.svg'
},
coingecko_id: 'cias',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.svg',
theme: {
primary_color_hex: '#4f3280'
}
}],
type_asset: 'sdk.coin'
}
]
};
export default info;