@chain-registry/v2
Version:
31 lines (30 loc) • 1.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'allora',
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'
}]
};
exports.default = info;