chain-registry
Version:
39 lines (38 loc) • 1.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'assetmantle',
assets: [{
description: 'The native token of AssetMantle',
denom_units: [{
denom: 'umntl',
exponent: 0
}, {
denom: 'mntl',
exponent: 6
}],
base: 'umntl',
name: 'AssetMantle',
display: 'mntl',
symbol: 'MNTL',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
},
coingecko_id: 'assetmantle',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
theme: {
primary_color_hex: '#fbab30'
}
}],
socials: {
website: 'https://www.assetmantle.one/',
twitter: 'https://twitter.com/AssetMantle'
},
type_asset: 'sdk.coin'
}]
};
exports.default = info;