chain-registry
Version:
32 lines (31 loc) • 1.19 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'uptick',
assets: [{
description: 'The native token of Uptick',
denom_units: [{
denom: 'auptick',
exponent: 0
}, {
denom: 'uptick',
exponent: 18
}],
base: 'auptick',
name: 'Uptick',
display: 'uptick',
symbol: 'UPTICK',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg',
theme: {
primary_color_hex: '#1f182f'
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;