UNPKG

chain-registry

Version:
51 lines (50 loc) 2.03 kB
const info = { $schema: '../assetlist.schema.json', chainName: 'crescent', assets: [{ description: 'The native token of Crescent', denomUnits: [{ denom: 'ucre', exponent: 0 }, { denom: 'cre', exponent: 6 }], base: 'ucre', name: 'Crescent', display: 'cre', symbol: 'CRE', logoURIs: { 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' }], typeAsset: 'sdk.coin' }, { description: 'The bonded token of Crescent', denomUnits: [{ denom: 'ubcre', exponent: 0 }, { denom: 'bcre', exponent: 6 }], base: 'ubcre', name: 'Bonded Crescent', display: 'bcre', symbol: 'bCRE', logoURIs: { 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' }], typeAsset: 'sdk.coin' }] }; export default info;