chain-registry
Version:
32 lines (31 loc) • 1.16 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'ethos',
assets: [{
description: 'The native token of Ethos',
denom_units: [{
denom: 'aRYT',
exponent: 0
}, {
denom: 'RYT',
exponent: 18
}],
base: 'aRYT',
name: 'RYT',
display: 'RYT',
symbol: 'RYT',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg',
theme: {
primary_color_hex: '#848484'
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;