chain-registry
Version:
22 lines (21 loc) • 539 B
JavaScript
const info = {
$schema: '../../chain.schema.json',
chain_name: 'blockxtestnet',
chain_type: 'cosmos',
chain_id: 'blockx_19077-1',
pretty_name: 'BlockX-Atlantis-Testnet',
website: 'https://www.blockxnet.com/',
status: 'live',
network_type: 'testnet',
bech32_prefix: 'blockx',
slip44: 118,
daemon_name: 'blockxd',
node_home: '$HOME/.blockxd',
key_algos: ['ethsecp256k1'],
staking: {
staking_tokens: [{
denom: 'abcx'
}]
}
};
export default info;