chain-registry
Version:
31 lines (30 loc) • 1.11 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'soarchaintestnet',
assets: [{
description: 'The native staking coin of the Soarchain-core.',
denom_units: [{
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',
twitter: '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'
}],
type_asset: 'sdk.coin'
}]
};
export default info;