UNPKG

chain-registry

Version:
66 lines (65 loc) 2.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'chimba', status: 'live', network_type: 'mainnet', website: 'https://chimba.ooo/', pretty_name: 'Chimba', chain_type: 'cosmos', chain_id: 'chimba', bech32_prefix: 'chimba', slip44: 118, daemon_name: 'chimbad', node_home: '$HOME/.chimbad', fees: { fee_tokens: [{ denom: 'ucmba', fixed_min_gas_price: 0.25, low_gas_price: 1, average_gas_price: 5, high_gas_price: 10 }] }, staking: { staking_tokens: [{ denom: 'ucmba' }] }, codebase: { git_repo: 'https://github.com/ChimbaBlockchain/chimba', recommended_version: 'v1.0.0', compatible_versions: ['v1.0.0'], genesis: { genesis_url: 'https://rpc.mainnet.chimba.ooo/genesis' } }, logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg' }, apis: { rpc: [{ address: 'https://rpc.mainnet.chimba.ooo', provider: 'chimba' }], rest: [{ address: 'https://mainnet.chimba.ooo', provider: 'chimba' }] }, explorers: [{ kind: 'bigdipper', url: 'https://explorer.chimba.ooo/', tx_page: 'https://explorer.chimba.ooo/transactions/${txHash}' }], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg', theme: { primary_color_hex: '#5454a4' } }] }; exports.default = info;