chain-registry
Version:
36 lines (35 loc) • 1.38 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'aptos',
assets: [{
description: 'Aptos token (APT) is the Aptos blockchain native token used for paying network and transaction fees.',
denom_units: [{
denom: '0x1::aptos_coin::AptosCoin',
exponent: 0,
aliases: ['Octa']
}, {
denom: 'APT',
exponent: 8
}],
type_asset: 'unknown',
base: '0x1::aptos_coin::AptosCoin',
name: 'Aptos Coin',
display: 'APT',
symbol: 'APT',
logo_URIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
},
coingecko_id: 'aptos',
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
}, {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg',
theme: {
dark_mode: true
}
}]
}]
};
exports.default = info;