UNPKG

chain-registry

Version:
32 lines (31 loc) 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chain_name: 'vector', assets: [{ description: 'The native staking token of the Vector Network.', denom_units: [{ denom: 'uvctr', exponent: 0 }, { denom: 'vctr', exponent: 6 }], base: 'uvctr', name: 'Vector Token', display: 'vctr', symbol: 'VCTR', logo_URIs: { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vector/images/vector-light-logo.svg' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vector/images/vector-light-logo.svg', theme: { primary_color_hex: '#885737' } }], type_asset: 'sdk.coin' }] }; exports.default = info;