@chain-registry/v2
Version:
29 lines (28 loc) • 976 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'upticktestnet',
assets: [{
description: 'The native token of Uptick',
denomUnits: [{
denom: 'auptick',
exponent: 0
}, {
denom: 'uptick',
exponent: 18
}],
base: 'auptick',
name: 'Uptick',
display: 'uptick',
symbol: 'UPTICK',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/upticktestnet/images/uptick.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/upticktestnet/images/uptick.png'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;