chain-registry
Version:
33 lines (32 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'hall',
assets: [{
description: 'The native token of Coinhall',
denom_units: [{
denom: 'uhall',
exponent: 0
}, {
denom: 'hall',
exponent: 6
}],
base: 'uhall',
display: 'hall',
name: 'Hall',
symbol: 'HALL',
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hall/images/hall.svg',
theme: {
circle: false
}
}],
socials: {
website: 'https://coinhall.org/',
twitter: 'https://twitter.com/coinhall_org'
},
type_asset: 'sdk.coin'
}]
};
exports.default = info;