UNPKG

chain-registry

Version:
51 lines (50 loc) 1.38 kB
const info = { $schema: '../../chain.schema.json', chain_name: 'coolcattestnet', status: 'live', network_type: 'testnet', website: 'https://app.coolcat.space/', pretty_name: 'CoolCat', chain_type: 'cosmos', chain_id: 'kitten-04', bech32_prefix: 'ccat', key_algos: ['secp256k1'], fees: { fee_tokens: [{ denom: 'uccat', fixed_min_gas_price: 0, low_gas_price: 0, average_gas_price: 1, high_gas_price: 2 }] }, staking: { staking_tokens: [{ denom: 'uccat' }] }, daemon_name: 'coolcat', node_home: '$HOME/.coolcat', slip44: 118, codebase: { git_repo: 'https://github.com/DigitalKitchenLabs/coolcat', recommended_version: 'v2.0.0', compatible_versions: ['v2.0.0'], genesis: { genesis_url: 'https://raw.githubusercontent.com/DigitalKitchenLabs/testnets/main/kitten-04/genesis.json' } }, apis: { rpc: [{ address: 'https://rpc.coolcat.space', provider: 'Digital Kitchen' }], rest: [{ address: 'https://lcd.coolcat.space', provider: 'Digital Kitchen' }], grpc: [] }, explorers: [] }; export default info;