chain-registry
Version:
42 lines (41 loc) • 1.53 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'impacthubtestnet',
assets: [{
description: 'The native token of IXO Chain',
denomUnits: [{
denom: 'uixo',
exponent: 0
}, {
denom: 'ixo',
exponent: 6
}],
base: 'uixo',
name: 'IXO',
display: 'ixo',
symbol: 'IXO',
traces: [{
type: 'test-mintage',
counterparty: {
chainName: 'impacthub',
baseDenom: 'uixo'
},
provider: 'impacthub'
}],
images: [{
imageSync: {
chainName: 'impacthub',
baseDenom: 'uixo'
},
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'
}],
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'
},
typeAsset: 'sdk.coin',
coingeckoId: 'ixo'
}]
};
export default info;