chain-registry
Version:
29 lines (28 loc) • 1.2 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'planqtestnet',
assets: [{
description: 'The native EVM, governance and staking token of the Planq Network',
denom_units: [{
denom: 'atplanq',
exponent: 0
}, {
denom: 'tplanq',
exponent: 18
}],
base: 'atplanq',
name: 'Planq Atlas Testnet',
display: 'tplanq',
symbol: 'tPLQ',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg'
}],
type_asset: 'sdk.coin'
}]
};
export default info;