chain-registry
Version:
34 lines (33 loc) • 1.28 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'atomone',
assets: [{
description: 'The native staking and governance token of AtomOne',
denom_units: [{
denom: 'uatone',
exponent: 0
}, {
denom: 'atone',
exponent: 6
}],
base: 'uatone',
name: 'Atone',
display: 'atone',
symbol: 'ATONE',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
}],
type_asset: 'sdk.coin',
socials: {
website: 'https://atom.one',
twitter: 'https://x.com/_atomone'
},
coingecko_id: 'atomone'
}]
};
export default info;