UNPKG

chain-registry

Version:
46 lines (45 loc) 1.67 kB
const info = { $schema: '../assetlist.schema.json', chain_name: 'sommelier', assets: [{ description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain', denom_units: [ { denom: 'usomm', exponent: 0, aliases: ['microsomm'] }, { denom: 'msomm', exponent: 3, aliases: ['millisomm'] }, { denom: 'somm', exponent: 6 } ], base: 'usomm', name: 'Sommelier', display: 'somm', symbol: 'SOMM', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg' }, coingecko_id: 'sommelier', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg', theme: { primary_color_hex: '#f36353' } }], socials: { website: 'https://www.sommelier.finance/', twitter: 'https://twitter.com/sommfinance' }, type_asset: 'sdk.coin' }] }; export default info;