UNPKG

chain-registry

Version:
31 lines (30 loc) 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chain_name: 'sourcetestnet', assets: [{ description: 'The native token of SOURCE Chain', denom_units: [{ denom: 'usource', exponent: 0 }, { denom: 'source', exponent: 6 }], base: 'usource', name: 'Source Testnet', display: 'source', symbol: 'SOURCE', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.svg' }], type_asset: 'sdk.coin' }] }; exports.default = info;