@chain-registry/v2
Version:
31 lines (30 loc) • 925 B
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'hall',
assets: [{
description: 'The native token of Coinhall',
denomUnits: [{
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'
},
typeAsset: 'sdk.coin'
}]
};
export default info;