chain-registry
Version:
31 lines (30 loc) • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'auratestnet',
assets: [{
description: 'The native token of Aura Test Network',
denom_units: [{
denom: 'ueaura',
exponent: 0
}, {
denom: 'eaura',
exponent: 6
}],
base: 'ueaura',
name: 'EAura',
display: 'eaura',
symbol: 'EAURA',
logo_URIs: {
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'
},
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'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;