@chain-registry/v2
Version:
46 lines (45 loc) • 1.66 kB
JavaScript
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'
}]
};
export default info;