@chain-registry/v2
Version:
35 lines (34 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'xpla',
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',
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: [{
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',
theme: {
primaryColorHex: '#04b4fc'
}
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;