UNPKG

@chain-registry/v2

Version:
29 lines (28 loc) 851 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'blockx', assets: [{ description: 'BlockX Native Token', denomUnits: [{ denom: 'abcx', exponent: 0 }, { denom: 'bcx', exponent: 18 }], base: 'abcx', name: 'BCX', display: 'bcx', symbol: 'BCX', typeAsset: 'sdk.coin', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/blockx/images/blockx.png' }], socials: { website: 'https://www.blockxnet.com/' } }] }; exports.default = info;