chain-registry
Version:
32 lines (31 loc) • 1.23 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'point',
assets: [{
description: 'The native governance and staking token of the Point network',
denom_units: [{
denom: 'apoint',
exponent: 0
}, {
denom: 'point',
exponent: 18
}],
base: 'apoint',
name: 'Point',
display: 'point',
symbol: 'POINT',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg',
theme: {
primary_color_hex: '#040404'
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;