chain-registry
Version:
45 lines (44 loc) • 1.33 kB
JavaScript
const info = {
$schema: '../../chain.schema.json',
chain_name: 'kichaintestnet',
status: 'live',
network_type: 'testnet',
pretty_name: 'Ki',
chain_type: 'cosmos',
chain_id: 'kichain-t-4',
bech32_prefix: 'tki',
daemon_name: 'kid',
node_home: '$HOME/.kid',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'utki',
fixed_min_gas_price: 0.025
}]
},
codebase: {
git_repo: 'https://github.com/KiFoundation/ki-tools',
recommended_version: 'Testnet-3.0.0-beta',
compatible_versions: ['Testnet-3.0.0-beta'],
genesis: {
genesis_url: 'https://raw.githubusercontent.com/KiFoundation/ki-networks/v0.1/Testnet/kichain-t-4/genesis.json'
}
},
apis: {
rpc: [{
address: 'https://rpc-challenge.blockchain.ki/',
provider: 'kifoundation'
}],
rest: [{
address: 'https://api-challenge.blockchain.ki/',
provider: 'kifoundation'
}]
},
explorers: [{
kind: 'kifoundation',
url: 'https://kichain-t-4.blockchain.ki/',
tx_page: 'https://kichain-t-4.blockchain.ki/transactions/${txHash}'
}]
};
export default info;