UNPKG

@chain-registry/v2

Version:
35 lines (34 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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', theme: { primaryColorHex: '#a7c8d4' } }], typeAsset: 'sdk.coin' }] }; exports.default = info;