chain-registry
Version:
46 lines (45 loc) • 1.62 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'aioz',
assets: [{
description: 'The native staking and governance token of the AIOZ Network.',
denom_units: [
{
denom: 'attoaioz',
exponent: 0
},
{
denom: 'nanoaioz',
exponent: 9
},
{
denom: 'aioz',
exponent: 18
}
],
base: 'attoaioz',
name: 'AIOZ',
display: 'aioz',
symbol: 'AIOZ',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
},
coingecko_id: 'aioz-network',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg',
theme: {
primary_color_hex: '#24241c'
}
}],
socials: {
website: 'https://aioz.network/',
twitter: 'https://twitter.com/AIOZNetwork'
},
type_asset: 'sdk.coin'
}]
};
exports.default = info;