chain-registry
Version:
31 lines (30 loc) • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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'
}]
};
exports.default = info;