chain-registry
Version:
60 lines (59 loc) • 1.59 kB
JavaScript
const info = {
$schema: '../../chain.schema.json',
chain_name: 'sixtestnet',
status: 'live',
network_type: 'testnet',
pretty_name: 'SIX Fivenet',
chain_type: 'cosmos',
chain_id: 'fivenet',
bech32_prefix: '6x',
daemon_name: 'sixd',
node_home: '$HOME/.six',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'usix',
fixed_min_gas_price: 1.25,
low_gas_price: 1.25,
average_gas_price: 1.5,
high_gas_price: 1.75
}]
},
staking: {
staking_tokens: [{
denom: 'usix'
}]
},
codebase: {
git_repo: 'https://github.com/thesixnetwork/six-protocol',
recommended_version: 'v3.3.0',
compatible_versions: ['v3.3.0'],
consensus: {
type: 'tendermint',
version: '0.34'
},
genesis: {
genesis_url: 'https://github.com/thesixnetwork/chain-info/genesis.json'
},
sdk: {
type: 'cosmos',
version: '0.45'
}
},
apis: {
rpc: [{
address: 'https://rpc1.fivenet.sixprotocol.net:443'
}],
rest: [{
address: 'https://api1.fivenet.sixprotocol.net:443'
}]
},
explorers: [{
kind: 'sixscan',
url: 'https://sixscan.io/fivenet',
tx_page: 'https://sixscan.io/fivenet/tx/${txHash}'
}],
keywords: ['sixprotocol', 'testnet']
};
export default info;