UNPKG

chain-registry

Version:
29 lines (28 loc) 947 B
const info = { chain_name: 'althea', $schema: '../assetlist.schema.json', assets: [{ description: 'Althea native token', denom_units: [{ denom: 'aalthea', exponent: 0 }, { denom: 'althea', exponent: 18 }], base: 'aalthea', name: 'Althea Token', display: 'althea', symbol: 'ALTHEA', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png', theme: { primary_color_hex: '#0474dc' } }, { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.svg' }], type_asset: 'sdk.coin' }] }; export default info;