chain-registry
Version:
37 lines (36 loc) • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'onomy',
assets: [{
description: 'The native token of Onomy Protocol',
denomUnits: [{
denom: 'anom',
exponent: 0
}, {
denom: 'nom',
exponent: 18
}],
base: 'anom',
name: 'Nom',
display: 'nom',
symbol: 'NOM',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
},
keywords: [
'dex',
'stablecoin',
'bridge',
'staking'
],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;