UNPKG

@chain-registry/v2

Version:
48 lines (47 loc) 1.74 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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', theme: { primaryColorHex: '#f36353' } }], socials: { website: 'https://www.sommelier.finance/', twitter: 'https://twitter.com/sommfinance' }, typeAsset: 'sdk.coin' }] }; exports.default = info;