UNPKG

chain-registry

Version:
101 lines (100 loc) 3.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'konstellation', status: 'live', network_type: 'mainnet', website: 'https://konstellation.tech/', pretty_name: 'Konstellation', chain_type: 'cosmos', chain_id: 'darchub', bech32_prefix: 'darc', daemon_name: 'knstld', node_home: '$HOME/.knstld', slip44: 118, codebase: { git_repo: 'https://github.com/knstl/konstellation', recommended_version: 'v0.6.2', compatible_versions: ['v0.6.2'], genesis: { genesis_url: 'https://raw.githubusercontent.com/Konstellation/konstellation/master/config/genesis.json' } }, logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/Konstellation-dark.png' }, fees: { fee_tokens: [{ denom: 'udarc', fixed_min_gas_price: 0, low_gas_price: 0.0001, average_gas_price: 0.001, high_gas_price: 0.01 }] }, staking: { staking_tokens: [{ denom: 'udarc' }] }, apis: { rpc: [{ address: 'https://rpc-konstellation-ia.cosmosia.notional.ventures/', provider: 'Notional' }, { address: 'https://konstellation-rpc.stakerhouse.com', provider: 'StakerHouse' }], rest: [{ address: 'https://api-konstellation-ia.cosmosia.notional.ventures/', provider: 'Notional' }, { address: 'https://konstellation-rest.stakerhouse.com', provider: 'StakerHouse' }], grpc: [ { address: 'grpc-konstellation-ia.cosmosia.notional.ventures:443', provider: 'Notional' }, { address: 'konstellation-grpc.polkachu.com:13390', provider: 'Polkachu' }, { address: 'konstellation-mainnet-grpc.autostake.com:443', provider: 'AutoStake 🛡️ Slash Protected' }, { address: 'konstellation-grpc.stakerhouse.com:443', provider: 'StakerHouse' } ] }, explorers: [ { kind: 'konstellation', url: 'https://explorer.konstellation.tech/', tx_page: 'https://explorer.konstellation.tech/tx/${txHash}' }, { kind: 'staking-explorer.com', url: 'https://staking-explorer.com/explorer/konstellation', tx_page: 'https://staking-explorer.com/transaction.php?chain=konstellation&tx=${txHash}', account_page: 'https://staking-explorer.com/account.php?chain=konstellation&addr=${accountAddress}' }, { kind: 'cosmotracker', url: 'https://cosmotracker.com/konstellation', tx_page: 'https://cosmotracker.com/konstellation/tx/${txHash}' } ], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/Konstellation-dark.png', theme: { primary_color_hex: '#a3d3fb' } }] }; exports.default = info;