chain-registry
Version:
34 lines (33 loc) • 1.26 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'galaxy',
assets: [{
description: 'GLX is the staking token of the Galaxy Chain',
denom_units: [{
denom: 'uglx',
exponent: 0
}, {
denom: 'glx',
exponent: 6
}],
base: 'uglx',
name: 'Galaxy',
display: 'glx',
symbol: 'GLX',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg',
theme: {
primary_color_hex: '#5e3be6'
}
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;