UNPKG

chain-registry

Version:
39 lines (38 loc) 1.48 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chain_name: 'canto', assets: [{ description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi', denom_units: [{ denom: 'acanto', exponent: 0 }, { denom: 'canto', exponent: 18 }], base: 'acanto', name: 'Canto', display: 'canto', symbol: 'CANTO', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg' }, coingecko_id: 'canto', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg', theme: { primary_color_hex: '#1c1f1f' } }], socials: { website: 'https://canto.io/', twitter: 'https://twitter.com/CantoPublic' }, type_asset: 'sdk.coin' }] }; exports.default = info;