chain-registry
Version:
41 lines (40 loc) • 1.66 kB
JavaScript
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',
traces: [{
type: 'test-mintage',
counterparty: {
chainName: 'akash',
baseDenom: 'uakt'
},
provider: 'Akash'
}],
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: [{
imageSync: {
chainName: 'akash',
baseDenom: 'uakt'
},
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'
}]
};
export default info;