chain-registry
Version:
159 lines (158 loc) • 5.43 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chainName: 'routerchain',
chainType: 'cosmos',
chainId: 'router_9600-1',
prettyName: 'Router Protocol',
status: 'live',
networkType: 'mainnet',
website: 'https://www.routerprotocol.com/',
bech32Prefix: 'router',
nodeHome: '$HOME/.routerd',
daemonName: 'routerd',
keyAlgos: ['ethsecp256k1'],
extraCodecs: ['ethermint'],
slip44: 60,
fees: {
feeTokens: [{
denom: 'route',
fixedMinGasPrice: 7,
lowGasPrice: 7,
averageGasPrice: 7,
highGasPrice: 10
}]
},
staking: {
stakingTokens: [{
denom: 'route'
}]
},
codebase: {
recommendedVersion: 'v2.2.8',
compatibleVersions: ['v2.2.8'],
consensus: {
type: 'cometbft',
version: '0.37.5'
},
binaries: {
"linux/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.8/linux/routerd.tar.gz',
"darwin/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.8/debian/routerd.tar.gz'
},
genesis: {
genesisUrl: '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
},
tag: 'v2.2.8'
},
apis: {
rpc: [
{
address: 'https://sentry.tm.rpc.routerprotocol.com/',
provider: 'Router'
},
{
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-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-mainnet-grpc.autostake.com:443',
provider: 'AutoStake 🛡️ Slash Protected'
},
{
address: 'grpc.router.nodestake.org:443',
provider: 'NodeStake'
}
],
evmHttpJsonrpc: [{
address: 'https://sentry.evm.rpc.routerprotocol.com',
provider: 'Router'
}, {
address: 'https://routerchain_mainnet_evm.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}]
},
explorers: [
{
kind: 'Routerscan',
url: 'https://routerscan.io/',
txPage: 'https://routerscan.io/transactions/${txHash}'
},
{
kind: 'NodeStake Explorer',
url: 'https://explorer.nodestake.org/router',
txPage: 'https://explorer.nodestake.org/router/tx/${txHash}'
},
{
kind: 'Router Explorer',
url: 'https://router.explorers.guru/',
txPage: 'https://router.explorers.guru/transaction/${txHash}'
},
{
kind: 'staking-explorer.com',
url: 'https://staking-explorer.com/explorer/routerchain',
txPage: 'https://staking-explorer.com/transaction.php?chain=routerchain&tx=${txHash}',
accountPage: 'https://staking-explorer.com/account.php?chain=routerchain&addr=${accountAddress}'
},
{
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
url: 'https://explorer.whenmoonwhenlambo.money/routerchain',
txPage: 'https://explorer.whenmoonwhenlambo.money/routerchain/tx/${txHash}',
accountPage: 'https://explorer.whenmoonwhenlambo.money/routerchain/account/${accountAddress}'
}
],
images: [{
imageSync: {
chainName: 'routerchain',
baseDenom: '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'
}]
};
exports.default = info;