UNPKG

@chain-registry/v2

Version:
33 lines (32 loc) 1.19 kB
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' }] }; export default info;