UNPKG

@chain-registry/v2

Version:
35 lines (34 loc) 1.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'desmos', assets: [{ description: 'The native token of Desmos', denomUnits: [{ denom: 'udsm', exponent: 0 }, { denom: 'dsm', exponent: 6 }], base: 'udsm', name: 'Desmos', display: 'dsm', symbol: 'DSM', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg' }, coingeckoId: 'desmos', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg', theme: { primaryColorHex: '#fb804e' } }], typeAsset: 'sdk.coin' }] }; exports.default = info;