UNPKG

chain-registry

Version:
29 lines (28 loc) 972 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'vector', assets: [{ description: 'The native staking token of the Vector Network.', denomUnits: [{ denom: 'uvctr', exponent: 0 }, { denom: 'vctr', exponent: 6 }], base: 'uvctr', name: 'Vector Token', display: 'vctr', symbol: 'VCTR', logoURIs: { 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' }], typeAsset: 'sdk.coin' }] }; exports.default = info;