chain-registry
Version:
29 lines (28 loc) • 1.11 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'marstestnet',
assets: [{
description: 'The native token of Mars Protocol',
denom_units: [{
denom: 'umars',
exponent: 0
}, {
denom: 'mars',
exponent: 6
}],
base: 'umars',
name: 'Mars',
display: 'mars',
symbol: 'MARS',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
}],
type_asset: 'sdk.coin'
}]
};
export default info;