UNPKG

chain-registry

Version:
43 lines (42 loc) 1.56 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chainName: 'kichaintestnet', assets: [{ description: 'The native token of Ki Chain', denomUnits: [{ denom: 'utki', exponent: 0 }, { denom: 'tki', exponent: 6 }], base: 'utki', name: 'Ki', display: 'tki', symbol: 'TKI', traces: [{ type: 'test-mintage', counterparty: { chainName: 'kichain', baseDenom: 'uxki' }, provider: 'Ki Chain' }], logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg' }, images: [{ imageSync: { chainName: 'kichain', baseDenom: 'uxki' }, png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg' }], typeAsset: 'sdk.coin' }] }; exports.default = info;