UNPKG

chain-registry

Version:
198 lines (197 loc) 6.86 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'routerchain', chain_type: 'cosmos', chain_id: 'router_9600-1', pretty_name: 'Router Protocol', status: 'live', network_type: 'mainnet', website: 'https://www.routerprotocol.com/', bech32_prefix: 'router', node_home: '$HOME/.routerd', daemon_name: 'routerd', key_algos: ['ethsecp256k1'], extra_codecs: ['ethermint'], slip44: 60, fees: { fee_tokens: [{ denom: 'route', fixed_min_gas_price: 7, low_gas_price: 7, average_gas_price: 7, high_gas_price: 10 }] }, staking: { staking_tokens: [{ denom: 'route' }] }, codebase: { recommended_version: 'v2.2.4', compatible_versions: ['v2.2.4'], consensus: { type: 'cometbft', version: '0.37.5' }, binaries: { "linux/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.4/linux/routerd.tar.gz', "darwin/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.4/debian/routerd.tar.gz' }, genesis: { genesis_url: 'https://sentry.tm.rpc.routerprotocol.com/genesis' }, sdk: { type: 'cosmos', version: 'v0.47.10' }, ibc: { type: 'go', version: 'v7.4.0' }, cosmwasm: { version: 'v0.45.0', path: '$HOME/.routerd/wasm', enabled: true } }, apis: { rpc: [ { address: 'https://sentry.tm.rpc.routerprotocol.com/', provider: 'Router' }, { address: 'https://router-rpc.genznodes.dev/', provider: 'genznodes' }, { address: 'https://router.rpc.nodeshub.online:443', provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️' }, { address: 'https://router-mainnet-rpc.autostake.com:443', provider: 'AutoStake 🛡️ Slash Protected' }, { address: 'https://routerchain_mainnet_rpc.chain.whenmoonwhenlambo.money', provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥' }, { address: 'https://rpc.router.nodestake.org', provider: 'NodeStake' } ], rest: [ { address: 'https://sentry.lcd.routerprotocol.com/', provider: 'Router' }, { address: 'https://router-api.genznodes.dev/', provider: 'genznodes' }, { address: 'https://router.api.nodeshub.online', provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️' }, { address: 'https://router-mainnet-lcd.autostake.com:443', provider: 'AutoStake 🛡️ Slash Protected' }, { address: 'https://routerchain_mainnet_api.chain.whenmoonwhenlambo.money', provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥' }, { address: 'https://api.router.nodestake.org', provider: 'NodeStake' } ], grpc: [ { address: 'sentry.grpc.routerprotocol.com:9090', provider: 'Router' }, { address: 'router-grpc.genznodes.dev:3090', provider: 'genznodes' }, { address: 'router.grpc.nodeshub.online', provider: 'Nodes Hub' }, { address: 'router-mainnet-grpc.autostake.com:443', provider: 'AutoStake 🛡️ Slash Protected' }, { address: 'grpc.router.nodestake.org:443', provider: 'NodeStake' } ], "evm-http-jsonrpc": [ { address: 'https://sentry.evm.rpc.routerprotocol.com', provider: 'Router' }, { address: 'https://router-rpc-evm.genznodes.dev', provider: 'genznodes' }, { address: 'https://routerchain_mainnet_evm.chain.whenmoonwhenlambo.money', provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥' } ] }, explorers: [ { kind: 'Routerscan', url: 'https://routerscan.io/', tx_page: 'https://routerscan.io/transactions/${txHash}' }, { kind: 'NodeStake Explorer', url: 'https://explorer.nodestake.org/router', tx_page: 'https://explorer.nodestake.org/router/tx/${txHash}' }, { kind: 'Router Explorer', url: 'https://router.explorers.guru/', tx_page: 'https://router.explorers.guru/transaction/${txHash}' }, { kind: 'staking-explorer.com', url: 'https://staking-explorer.com/explorer/routerchain', tx_page: 'https://staking-explorer.com/transaction.php?chain=routerchain&tx=${txHash}', account_page: 'https://staking-explorer.com/account.php?chain=routerchain&addr=${accountAddress}' }, { kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️', url: 'https://explorer.nodeshub.online/router/', tx_page: 'https://explorer.nodeshub.online/router/tx/${txHash}', account_page: 'https://explorer.nodeshub.online/router/accounts/${accountAddress}' }, { kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥', url: 'https://explorer.whenmoonwhenlambo.money/routerchain', tx_page: 'https://explorer.whenmoonwhenlambo.money/routerchain/tx/${txHash}', account_page: 'https://explorer.whenmoonwhenlambo.money/routerchain/account/${accountAddress}' } ], images: [{ image_sync: { chain_name: 'routerchain', base_denom: 'route' }, png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg', theme: { primary_color_hex: '#cb0766' } }] }; exports.default = info;