chain-registry
Version:
54 lines (53 loc) • 2 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'zigchaintestnet',
assets: [{
description: 'The native token of ZIGChain',
denom_units: [
{
denom: 'uzig',
exponent: 0,
aliases: ['microzig']
},
{
denom: 'mzig',
exponent: 3,
aliases: ['millizig']
},
{
denom: 'zig',
exponent: 6
}
],
base: 'uzig',
name: 'ZIG',
display: 'zig',
symbol: 'ZIG',
coingecko_id: 'zignaly',
keywords: [
'zigchain',
'zig',
'staking',
'delegating',
'governance',
'defi'
],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
}],
type_asset: 'sdk.coin',
socials: {
website: 'https://zigchain.com/',
twitter: 'https://twitter.com/zigchain',
telegram: 'https://t.me/ZignalyHQ',
discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
medium: 'https://medium.com/zignaly'
}
}]
};
export default info;