chain-registry
Version:
32 lines (31 loc) • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'onex',
assets: [{
description: 'The native token of ONEX',
denom_units: [{
denom: 'aonex',
exponent: 0
}, {
denom: 'onex',
exponent: 18
}],
base: 'aonex',
name: 'ONEX',
display: 'onex',
symbol: 'ONEX',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
},
keywords: ['dex'],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;