UNPKG

chain-registry

Version:
104 lines (103 loc) 3.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'aaronetwork', status: 'live', network_type: 'mainnet', chain_type: 'cosmos', website: 'https://aaronetwork.xyz', pretty_name: 'Aaron Network', chain_id: 'aaronetwork', bech32_prefix: 'aaron', slip44: 118, fees: { fee_tokens: [{ denom: 'uaaron', fixed_min_gas_price: 0, low_gas_price: 0, average_gas_price: 0, high_gas_price: 0.001 }] }, staking: { staking_tokens: [{ denom: 'uaaron' }], lock_duration: { time: '86400s' } }, codebase: { git_repo: 'https://github.com/aaronetwork/aaronetwork-chain', recommended_version: 'v1.0.0', compatible_versions: ['v1.0.0'], genesis: { genesis_url: 'https://raw.githubusercontent.com/aaronetwork/chain-genesis/refs/heads/main/genesis.json' } }, apis: { rpc: [ { address: 'https://mainnet-rpc.aaronetwork.xyz', provider: 'Aaron Network Foundation' }, { address: 'https://aaronetwork_mainnet_rpc.chain.whenmoonwhenlambo.money', provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥' }, { address: 'https://aaron.rpc.nodeshub.online', provider: 'NodesHub' } ], rest: [ { address: 'https://mainnet-api.aaronetwork.xyz', provider: 'Aaron Network Foundation' }, { address: 'https://aaronetwork_mainnet_api.chain.whenmoonwhenlambo.money', provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥' }, { address: 'https://aaron.api.nodeshub.online', provider: 'NodesHub' } ] }, explorers: [ { kind: 'Ping.pub', url: 'https://ping.pub/Aaron%20Network', tx_page: 'https://ping.pub/Aaron%20Network/tx/${txHash}', account_page: 'https://ping.pub/Aaron%20Network/account/${accountAddress}' }, { kind: 'Aaron Network', url: 'https://explorer.aaronetwork.xyz', tx_page: 'https://explorer.aaronetwork.xyz/hash/${txHash}', account_page: 'https://explorer.aaronetwork.xyz/address/${accountAddress}' }, { kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥', url: 'https://explorer.whenmoonwhenlambo.money/aaronetwork', tx_page: 'https://explorer.whenmoonwhenlambo.money/aaronetwork/tx/${txHash}', account_page: 'https://explorer.whenmoonwhenlambo.money/aaronetwork/account/${accountAddress}' }, { kind: 'NodesHub', url: 'https://explorer.nodeshub.online/aaron', tx_page: 'https://explorer.nodeshub.online/aaron/tx/${txHash}', account_page: 'https://explorer.nodeshub.online/aaron/${accountAddress}' } ], keywords: [ 'social', 'chat', 'reputation', 'score', 'messaging' ] }; exports.default = info;