UNPKG

chain-registry

Version:
33 lines (32 loc) 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chainName: 'soarchaintestnet', assets: [{ description: 'The native staking coin of the Soarchain-core.', denomUnits: [{ denom: 'utsoar', exponent: 0, aliases: ['microtsoar'] }, { denom: 'tsoar', exponent: 6 }], base: 'utsoar', display: 'tsoar', name: 'tsoar', symbol: 'tsoar', keywords: ['DePin'], socials: { website: 'https://www.soarchain.com', x: 'https://x.com/soar_chain' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/soarchaintestnet/images/soarchain.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/soarchaintestnet/images/soarchain.svg' }], typeAsset: 'sdk.coin' }] }; exports.default = info;