UNPKG

chain-registry

Version:
43 lines (42 loc) 1.54 kB
const info = { $schema: '../assetlist.schema.json', chainName: 'sommelier', assets: [{ description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain', denomUnits: [ { denom: 'usomm', exponent: 0, aliases: ['microsomm'] }, { denom: 'msomm', exponent: 3, aliases: ['millisomm'] }, { denom: 'somm', exponent: 6 } ], base: 'usomm', name: 'Sommelier', display: 'somm', symbol: 'SOMM', logoURIs: { 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' }, coingeckoId: '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' }], socials: { website: 'https://www.sommelier.finance/', x: 'https://x.com/sommfinance' }, typeAsset: 'sdk.coin' }] }; export default info;