chain-registry
Version:
26 lines (25 loc) • 765 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'tsc',
assets: [{
description: 'The native token of the TSC chain.',
denomUnits: [{
denom: 'aTSC',
exponent: 0
}, {
denom: 'TSC',
exponent: 18
}],
typeAsset: 'sdk.coin',
base: 'aTSC',
name: 'TSC',
display: 'TSC',
symbol: 'TSC',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tsc/images/tsc.png'
}]
}]
};
exports.default = info;