chain-registry
Version:
41 lines (40 loc) • 1.58 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'synternettestnet',
assets: [{
description: 'The native staking and governance token of the testnet version of Synternet chain.',
denomUnits: [{
denom: 'uamber',
exponent: 0
}, {
denom: 'AMBER',
exponent: 6
}],
base: 'uamber',
name: 'Synternet',
display: 'AMBER',
symbol: 'AMBER',
logoURIs: {
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'
},
traces: [{
type: 'test-mintage',
counterparty: {
chainName: 'synternet',
baseDenom: 'usynt'
},
provider: 'Synternet'
}],
images: [{
imageSync: {
chainName: 'synternet',
baseDenom: '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'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;