UNPKG

chain-registry

Version:
35 lines (34 loc) 1.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chain_name: 'medasdigital', assets: [{ description: 'The native token of Medas Digital Network', denom_units: [{ denom: 'umedas', exponent: 0 }, { denom: 'medas', exponent: 6 }], base: 'umedas', name: 'Medas Digital', display: 'medas', symbol: 'MEDAS', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg' }, keywords: ['medas'], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg', theme: { primary_color_hex: '#147ccc' } }], type_asset: 'sdk.coin' }] }; exports.default = info;