@chain-registry/v2
Version:
45 lines (44 loc) • 1.73 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'composablepolkadot',
assets: [{
denomUnits: [{
denom: '79228162514264337593543950342',
exponent: 0
}, {
denom: 'dot',
exponent: 10
}],
typeAsset: 'substrate',
base: '79228162514264337593543950342',
name: 'Polkadot',
display: 'dot',
symbol: 'DOT',
traces: [{
type: 'bridge',
counterparty: {
chainName: 'polkadot',
baseDenom: 'Planck'
},
provider: 'Polkadot Parachain'
}],
images: [{
imageSync: {
chainName: 'polkadot',
baseDenom: 'Planck'
},
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
theme: {
primaryColorHex: '#e4047c'
}
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
}
}]
};
exports.default = info;