@chain-registry/v2
Version:
31 lines (30 loc) • 1.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'composabletestnet',
assets: [{
description: 'The native staking and governance token of the Composable testnet.',
denomUnits: [{
denom: 'ppica',
exponent: 0
}, {
denom: 'pica',
exponent: 12
}],
base: 'ppica',
name: 'Pica',
display: 'pica',
symbol: 'PICA',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;