chain-registry
Version:
19 lines (18 loc) • 468 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'comex',
assets: [{
type_asset: 'unknown',
denom_units: [{
denom: 'XAU',
exponent: 0
}],
base: 'XAU',
display: 'XAU',
name: 'Gold',
symbol: 'XAU'
}]
};
exports.default = info;