UNPKG

chain-registry

Version:
57 lines (56 loc) 2.25 kB
const info = { $schema: '../assetlist.schema.json', chain_name: 'crescent', assets: [{ description: 'The native token of Crescent', denom_units: [{ denom: 'ucre', exponent: 0 }, { denom: 'cre', exponent: 6 }], base: 'ucre', name: 'Crescent', display: 'cre', symbol: 'CRE', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg', theme: { primary_color_hex: '#3c2832' } }], type_asset: 'sdk.coin' }, { description: 'The bonded token of Crescent', denom_units: [{ denom: 'ubcre', exponent: 0 }, { denom: 'bcre', exponent: 6 }], base: 'ubcre', name: 'Bonded Crescent', display: 'bcre', symbol: 'bCRE', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg', theme: { primary_color_hex: '#df969f' } }], type_asset: 'sdk.coin' }] }; export default info;