@chain-registry/v2
Version:
31 lines (30 loc) • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'akashtestnet',
assets: [{
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
denomUnits: [{
denom: 'uakt',
exponent: 0
}, {
denom: 'akt',
exponent: 6
}],
base: 'uakt',
name: 'Akash Network',
display: 'akt',
symbol: 'AKT',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;