chain-registry
Version:
48 lines (47 loc) • 1.75 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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'
}]
};
exports.default = info;