chain-registry
Version:
44 lines (43 loc) • 1.59 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'xplatestnet',
assets: [{
description: 'The native staking token of XPLA.',
denomUnits: [{
denom: 'axpla',
exponent: 0
}, {
denom: 'xpla',
exponent: 18
}],
base: 'axpla',
name: 'Xpla',
display: 'xpla',
symbol: 'XPLA',
traces: [{
type: 'test-mintage',
counterparty: {
chainName: 'xpla',
baseDenom: 'axpla'
},
provider: 'XPLA'
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg'
},
coingeckoId: 'xpla',
images: [{
imageSync: {
chainName: 'xpla',
baseDenom: 'axpla'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;