@chain-registry/v2
Version:
27 lines (26 loc) • 808 B
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'autheotestnet',
assets: [{
description: 'Native token of Autheo Chain',
denomUnits: [{
denom: 'aauth',
exponent: 0
}, {
denom: 'auth',
exponent: 6
}],
base: 'aauth',
name: 'Autheo Chain',
display: 'auth',
symbol: 'THEO',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png'
},
socials: {
website: 'https://autheo.com'
},
typeAsset: 'sdk.coin'
}]
};
export default info;