UNPKG

chain-registry

Version:
71 lines (70 loc) 2.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'kimanetwork', status: 'live', website: 'https://www.kima.network/', network_type: 'mainnet', pretty_name: 'Kima Network', chain_type: 'cosmos', chain_id: 'kima_network', bech32_prefix: 'kima', daemon_name: 'kimad', node_home: '$HOME/.kima', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'uKIMA', fixed_min_gas_price: 0, low_gas_price: 0.01, average_gas_price: 0.025, high_gas_price: 0.05 }] }, staking: { staking_tokens: [{ denom: 'uKIMA' }], lock_duration: { time: '1814400s' } }, codebase: { git_repo: 'https://github.com/kima-finance/kima-blockchain', genesis: { name: 'v1', genesis_url: 'https://archive.kima.network/genesis.json' }, recommended_version: 'v0.4.6' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg' }], apis: { wss: [{ address: 'wss://rpc.kima.network/query', provider: 'Kima Network' }], rpc: [{ address: 'https://rpc.kima.network/', provider: 'Kima Network' }], rest: [{ address: 'https://api.kima.network', provider: 'Kima Network' }], grpc: [{ address: 'https://grpc.kima.network', provider: 'Kima Network' }] }, explorers: [{ kind: 'Kima Network Explorer', url: 'https://explorer.kima.network/', tx_page: 'https://explorer.kima.network/transactions/${txHash}' }] }; exports.default = info;