chain-registry
Version:
33 lines (32 loc) • 1.29 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'impacthub',
assets: [{
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
denom_units: [{
denom: 'uixo',
exponent: 0
}, {
denom: 'ixo',
exponent: 6
}],
base: 'uixo',
name: 'IXO',
display: 'ixo',
symbol: 'IXO',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
},
coingecko_id: 'ixo',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg',
theme: {
primary_color_hex: '#2c4484'
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;