UNPKG

chain-registry

Version:
55 lines (54 loc) 1.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'bluechip', status: 'live', website: 'https://www.bluechip.link', network_type: 'mainnet', pretty_name: 'BlueChip', chain_type: 'cosmos', chain_id: 'bluechip-2', bech32_prefix: 'bcp', daemon_name: 'bluechipd', node_home: '$HOME/.bluechip', slip44: 118, key_algos: ['secp256k1'], fees: { fee_tokens: [{ denom: 'ubluechip', fixed_min_gas_price: 0, low_gas_price: 0, average_gas_price: 0.025, high_gas_price: 0.04 }] }, staking: { staking_tokens: [{ denom: 'ubluechip' }] }, description: 'Stake to the BlueChip chain, interact with the creator pools, and subscribe through the creator subscription contracts.', codebase: { git_repo: 'https://github.com/Bluechip23/bluechip/tree/main', recommended_version: 'v1', compatible_versions: ['v1'], genesis: { genesis_url: 'https://github.com/Bluechip23/bluechip/blob/main/genesis.json' }, sdk: { type: 'cosmos', version: '0.47.11' }, cosmwasm: { enabled: true } }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluechip/images/bluechip.png', theme: { primary_color_hex: '#0c94d3' } }] }; exports.default = info;