chain-registry
Version:
29 lines (28 loc) • 1.15 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'impacthub',
assets: [{
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
denomUnits: [{
denom: 'uixo',
exponent: 0
}, {
denom: 'ixo',
exponent: 6
}],
base: 'uixo',
name: 'IXO',
display: 'ixo',
symbol: 'IXO',
logoURIs: {
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'
},
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'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;