chain-registry
Version:
61 lines (60 loc) • 2.01 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chain_name: 'blockx',
status: 'live',
network_type: 'mainnet',
website: 'https://www.blockxnet.com/',
pretty_name: 'BlockX',
chain_type: 'cosmos',
chain_id: 'blockx_19191-1',
bech32_prefix: 'blockx',
slip44: 118,
node_home: '$HOME/.blockxd',
daemon_name: 'blockxd',
key_algos: ['ethsecp256k1'],
apis: {
rpc: [{
address: 'https://rpc-blockx.nodeist.net',
provider: 'Nodeist'
}, {
address: 'https://blockx_mainnet_rpc.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}],
rest: [{
address: 'https://api-blockx.nodeist.net',
provider: 'Nodeist'
}, {
address: 'https://blockx_mainnet_api.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}]
},
explorers: [
{
kind: 'ping.pub',
url: 'https://ping.pub/blockx',
tx_page: 'https://ping.pub/blockx/tx/${txHash}'
},
{
kind: 'Nodeist Explorer',
url: 'https://explorer.ist/blockx/',
tx_page: 'https://explorer.ist/blockx/tx/${txHash}'
},
{
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
url: 'https://explorer.whenmoonwhenlambo.money/blockx',
tx_page: 'https://explorer.whenmoonwhenlambo.money/blockx/tx/${txHash}',
account_page: 'https://explorer.whenmoonwhenlambo.money/blockx/account/${accountAddress}'
}
],
staking: {
staking_tokens: [{
denom: 'abcx'
}]
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/blockx/images/blockx.png'
}]
};
exports.default = info;