UNPKG

chain-registry

Version:
43 lines (42 loc) 1.5 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'aioz', assets: [{ description: 'The native staking and governance token of the AIOZ Network.', denomUnits: [ { denom: 'attoaioz', exponent: 0 }, { denom: 'nanoaioz', exponent: 9 }, { denom: 'aioz', exponent: 18 } ], base: 'attoaioz', name: 'AIOZ', display: 'aioz', symbol: 'AIOZ', logoURIs: { 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' }, coingeckoId: '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' }], socials: { website: 'https://aioz.network/', x: 'https://x.com/AIOZNetwork' }, typeAsset: 'sdk.coin' }] }; exports.default = info;