@chain-registry/v2
Version:
29 lines (28 loc) • 1.23 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'alloratestnet',
assets: [{
description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
denomUnits: [{
denom: 'uallo',
exponent: 0
}, {
denom: 'allo',
exponent: 18
}],
base: 'uallo',
name: 'Allora Network',
display: 'allo',
symbol: 'ALLO',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;