UNPKG

chain-registry

Version:
99 lines (98 loc) 3.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'althea', status: 'live', network_type: 'mainnet', website: 'https://althea.net/', pretty_name: 'Althea', chain_type: 'cosmos', chain_id: 'althea_258432-1', bech32_prefix: 'althea', daemon_name: 'althea', node_home: '$HOME/.althea', slip44: 118, fees: { fee_tokens: [{ denom: 'aalthea', fixed_min_gas_price: 100000000000, low_gas_price: 100000000000, average_gas_price: 100000000000, high_gas_price: 300000000000 }] }, staking: { staking_tokens: [{ denom: 'aalthea' }] }, logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png', theme: { primary_color_hex: '#0474dc' } }, { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.svg' }], codebase: { git_repo: 'https://github.com/AltheaFoundation/althea-L1', recommended_version: 'v1.5.1', compatible_versions: ['v1.5.1'], binaries: { "linux/amd64": 'https://github.com/AltheaFoundation/althea-L1/releases/download/v1.5.1/althea-linux-amd64' }, genesis: { genesis_url: 'https://github.com/AltheaFoundation/althea-L1-docs/blob/main/althea-l1-mainnet-genesis.json' } }, apis: { rest: [ { address: 'https://nodes.chandrastation.com/api/althea/', provider: 'Chandra Station' }, { address: 'https://althea.api.m.stavr.tech', provider: '🔥STAVR🔥' }, { address: 'https://rest.lavenderfive.com:443/althea', provider: 'Lavender.Five Nodes 🐝' } ], rpc: [ { address: 'https://nodes.chandrastation.com/rpc/althea/', provider: 'Chandra Station' }, { address: 'https://althea.rpc.m.stavr.tech', provider: '🔥STAVR🔥' }, { address: 'https://rpc.lavenderfive.com:443/althea', provider: 'Lavender.Five Nodes 🐝' } ], grpc: [{ address: 'althea.lavenderfive.com:443', provider: 'Lavender.Five Nodes 🐝' }] }, explorers: [{ kind: 'staking-explorer.com', url: 'https://staking-explorer.com/explorer/althea', tx_page: 'https://staking-explorer.com/transaction.php?chain=althea&tx=${txHash}', account_page: 'https://staking-explorer.com/account.php?chain=althea&addr=${accountAddress}' }, { kind: 'mintscan', url: 'https://www.mintscan.io/althea', tx_page: 'https://www.mintscan.io/althea/transactions/${txHash}', account_page: 'https://www.mintscan.io/althea/accounts/${accountAddress}' }] }; exports.default = info;