@chain-registry/v2
Version:
29 lines (28 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'gitopiatestnet',
assets: [{
description: 'The native staking and governance token of the testnet version of Gitopia.',
denomUnits: [{
denom: 'utlore',
exponent: 0
}, {
denom: 'tlore',
exponent: 6
}],
base: 'utlore',
name: 'TLORE',
display: 'tlore',
symbol: 'TLORE',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/gitopiatestnet/images/gitopia.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/gitopiatestnet/images/gitopia.png'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;