chain-registry
Version:
35 lines (34 loc) • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'amitis',
assets: [{
description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
typeAsset: 'sdk.coin',
denomUnits: [{
denom: 'uamts',
exponent: 0
}, {
denom: 'amts',
exponent: 6
}],
base: 'uamts',
name: 'Amitis',
display: 'amts',
symbol: 'AMTS',
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
}],
keywords: [
'native',
'staking',
'fee-rebate',
'dex'
]
}]
};
exports.default = info;