chain-registry
Version:
30 lines (29 loc) • 1.13 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'aura',
assets: [{
description: 'The native token of Aura Network',
denomUnits: [{
denom: 'uaura',
exponent: 0
}, {
denom: 'aura',
exponent: 6
}],
base: 'uaura',
name: 'Aura',
display: 'aura',
symbol: 'AURA',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg'
},
coingeckoId: 'aura-network',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;