UNPKG

chain-registry

Version:
40 lines (39 loc) 1.52 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chain_name: 'fetchhubtestnet', assets: [{ description: 'The native staking and governance token of the Fetch Hub.', denom_units: [{ denom: 'atestfet', exponent: 0 }, { denom: 'testfet', exponent: 18 }], base: 'atestfet', name: 'fetch-ai', display: 'testfet', symbol: 'FET', traces: [{ type: 'test-mintage', counterparty: { chain_name: 'fetchhub', base_denom: 'afet' }, provider: 'Bitcanna' }], logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg' }, coingecko_id: 'fetch-ai', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg' }], type_asset: 'sdk.coin' }] }; exports.default = info;