chain-registry
Version:
27 lines (26 loc) • 975 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'airchainstestnet',
assets: [{
description: 'The native staking token of Airchains Testnet.',
denom_units: [{
denom: 'amf',
exponent: 0
}, {
denom: 'AMF',
exponent: 6
}],
base: 'amf',
name: 'Airchains',
display: 'AMF',
symbol: 'AMF',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.svg'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;