chain-registry
Version:
47 lines (46 loc) • 1.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chainName: 'kichaintestnet',
status: 'live',
networkType: 'testnet',
prettyName: 'Ki',
chainType: 'cosmos',
chainId: 'kichain-t-4',
bech32Prefix: 'tki',
daemonName: 'kid',
nodeHome: '$HOME/.kid',
keyAlgos: ['secp256k1'],
slip44: 118,
fees: {
feeTokens: [{
denom: 'utki',
fixedMinGasPrice: 0.025
}]
},
codebase: {
gitRepo: 'https://github.com/KiFoundation/ki-tools',
recommendedVersion: 'Testnet-3.0.0-beta',
compatibleVersions: ['Testnet-3.0.0-beta'],
genesis: {
genesisUrl: '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/',
txPage: 'https://kichain-t-4.blockchain.ki/transactions/${txHash}'
}]
};
exports.default = info;