chain-registry
Version:
39 lines (38 loc) • 1.35 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'onomy',
assets: [{
description: 'The native token of Onomy Protocol',
denom_units: [{
denom: 'anom',
exponent: 0
}, {
denom: 'nom',
exponent: 18
}],
base: 'anom',
name: 'Nom',
display: 'nom',
symbol: 'NOM',
logo_URIs: {
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'
],
coingecko_id: 'onomy-protocol',
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',
theme: {
primary_color_hex: '#1c1c28'
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;