chain-registry
Version:
36 lines (35 loc) • 1.41 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'synternettestnet',
assets: [{
description: 'The native staking and governance token of the testnet version of Synternet chain.',
denom_units: [{
denom: 'uamber',
exponent: 0
}, {
denom: 'AMBER',
exponent: 6
}],
base: 'uamber',
name: 'Synternet',
display: 'AMBER',
symbol: 'AMBER',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
},
images: [{
image_sync: {
chain_name: 'synternet',
base_denom: 'usynt'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
theme: {
primary_color_hex: '#272d45'
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;