chain-registry
Version:
43 lines (42 loc) • 1.56 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'xplatestnet',
assets: [{
description: 'The native staking token of XPLA.',
denom_units: [{
denom: 'axpla',
exponent: 0
}, {
denom: 'xpla',
exponent: 18
}],
base: 'axpla',
name: 'Xpla',
display: 'xpla',
symbol: 'XPLA',
traces: [{
type: 'test-mintage',
counterparty: {
chain_name: 'xpla',
base_denom: 'axpla'
},
provider: 'XPLA'
}],
logo_URIs: {
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'
},
coingecko_id: '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: {
primary_color_hex: '#04b4fc'
}
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;