UNPKG

chain-registry

Version:
167 lines (166 loc) 5.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'bluzelle', status: 'live', network_type: 'mainnet', website: 'https://bluzelle.com/', pretty_name: 'Bluzelle', chain_type: 'cosmos', chain_id: 'bluzelle-9', bech32_prefix: 'bluzelle', daemon_name: 'curiumd', node_home: '$HOME/.curium', key_algos: ['secp256k1'], slip44: 483, fees: { fee_tokens: [{ denom: 'ubnt', fixed_min_gas_price: 0.002, low_gas_price: 0.002, average_gas_price: 0.002, high_gas_price: 0.025 }] }, staking: { staking_tokens: [{ denom: 'ubnt' }], lock_duration: { time: '1814400s' } }, codebase: { git_repo: 'https://github.com/bluzelle/bluzelle-public', recommended_version: 'v10.0', compatible_versions: ['v10.0'], consensus: { type: 'cometbft', version: '0.34.23' }, genesis: { genesis_url: 'https://a.client.sentry.net.bluzelle.com:26657/genesis' }, sdk: { type: 'cosmos', version: 'v0.45.11' }, ibc: { type: 'go', version: 'v3.4.0' } }, logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg' }, apis: { rpc: [ { address: 'https://a.client.sentry.net.bluzelle.com:26657', provider: 'Bluzelle' }, { address: 'https://b.client.sentry.net.bluzelle.com:26657', provider: 'Bluzelle' }, { address: 'https://c.client.sentry.net.bluzelle.com:26657', provider: 'Bluzelle' }, { address: 'https://bluzelle_mainnet_rpc.chain.whenmoonwhenlambo.money', provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥' } ], rest: [ { address: 'https://a.client.sentry.net.bluzelle.com:1317', provider: 'Bluzelle' }, { address: 'https://b.client.sentry.net.bluzelle.com:1317', provider: 'Bluzelle' }, { address: 'https://c.client.sentry.net.bluzelle.com:1317', provider: 'Bluzelle' }, { address: 'https://bluzelle-api.genznodes.dev/', provider: 'genznodes' }, { address: 'https://bluzelle_mainnet_api.chain.whenmoonwhenlambo.money', provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥' } ], grpc: [ { address: 'a.client.sentry.net.bluzelle.com:9090', provider: 'Bluzelle' }, { address: 'b.client.sentry.net.bluzelle.com:9090', provider: 'Bluzelle' }, { address: 'c.client.sentry.net.bluzelle.com:9090', provider: 'Bluzelle' }, { address: 'bluzelle-grpc.genznodes.dev:34090', provider: 'genznodes' }, { address: 'https://grpc-curium.nodine.id:443', provider: 'Nodine.ID' } ] }, explorers: [ { kind: 'ping.pub', url: 'https://ping.explorer.net.bluzelle.com/bluzelle', tx_page: 'https://ping.explorer.net.bluzelle.com/bluzelle/tx/${txHash}', account_page: 'https://ping.explorer.net.bluzelle.com/bluzelle/account/${accountAddress}' }, { kind: 'big dipper', url: 'https://bd.explorer.net.bluzelle.com', tx_page: 'https://bd.explorer.net.bluzelle.com/transactions/${txHash}', account_page: 'https://bd.explorer.net.bluzelle.com/accounts/${accountAddress}' }, { kind: 'TC Network', url: 'https://explorer.tcnetwork.io/bluzelle', tx_page: 'https://explorer.tcnetwork.io/bluzelle/transaction/${txHash}' }, { kind: 'Nodine.ID', url: 'https://explorer.co.id/bluzelle', tx_page: 'https://explorer.co.id/bluzelle/transaction/${txHash}' }, { kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥', url: 'https://explorer.whenmoonwhenlambo.money/bluzelle', tx_page: 'https://explorer.whenmoonwhenlambo.money/bluzelle/tx/${txHash}', account_page: 'https://explorer.whenmoonwhenlambo.money/bluzelle/account/${accountAddress}' } ], keywords: [ 'bluzelle', 'game', 'gamma4', 'nft' ], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg', theme: { primary_color_hex: '#708ffc' } }] }; exports.default = info;