UNPKG

chain-registry

Version:
80 lines (79 loc) 2.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'onex', status: 'live', website: 'https://app.onomy.io/', network_type: 'mainnet', pretty_name: 'ONEX', chain_type: 'cosmos', chain_id: 'onex-mainnet-1', bech32_prefix: 'onomy', daemon_name: 'onexd', node_home: '$HOME/.onomy_onex', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'aonex', fixed_min_gas_price: 0, low_gas_price: 0, average_gas_price: 0.025, high_gas_price: 0.04 }] }, staking: { staking_tokens: [{ denom: 'aonex' }] }, codebase: { git_repo: 'https://github.com/onomyprotocol/onex', recommended_version: 'v1.1.0', compatible_versions: ['v1.1.0'], consensus: { type: 'cometbft', version: '0.34.28' }, genesis: { name: 'v1', genesis_url: 'https://raw.githubusercontent.com/onomyprotocol/onex/main/chain/onex-mainnet-1/genesis-with-ccv.json' }, sdk: { type: 'cosmos', version: '0.45.16' } }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png', theme: { primary_color_hex: '#000000' } }], apis: { rpc: [{ address: 'https://rpc.mainnet.onex.onomy.io', provider: 'pendulum' }], rest: [{ address: 'https://rest.mainnet.onex.onomy.io', provider: 'pendulum' }], grpc: [{ address: 'a.node.mainnet.onomy.io:19091', provider: 'pendulum' }] }, explorers: [{ kind: 'Dexplorer - must enter rpc link provided above', url: 'https://dexplorer.cakralabs.site', tx_page: 'https://dexplorer.cakralabs.site/txs/${txHash}', account_page: 'https://dexplorer.cakralabs.site/${accountAddress}' }], keywords: ['dex'], logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png' } }; exports.default = info;