chain-registry
Version:
55 lines (54 loc) • 1.53 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chain_name: 'chimbatestnet',
status: 'live',
network_type: 'testnet',
website: 'https://chimba.ooo/',
pretty_name: 'Chimba',
chain_type: 'cosmos',
chain_id: 'chimba-testnet',
bech32_prefix: 'chimba',
slip44: 118,
daemon_name: 'chimbad',
node_home: '$HOME/.chimbad',
fees: {
fee_tokens: [{
denom: 'ucmba',
fixed_min_gas_price: 0.25,
low_gas_price: 1,
average_gas_price: 5,
high_gas_price: 10
}]
},
staking: {
staking_tokens: [{
denom: 'ucmba'
}]
},
codebase: {
git_repo: 'https://github.com/ChimbaBlockchain/chimba',
recommended_version: 'v1.0.0',
compatible_versions: ['v1.0.0'],
genesis: {
genesis_url: 'https://rpc.testnet.chimba.ooo/genesis'
}
},
apis: {
rpc: [{
address: 'https://rpc.testnet.chimba.ooo',
provider: 'chimba'
}],
rest: [{
address: 'https://testnet.chimba.ooo',
provider: 'chimba'
}]
},
explorers: [{
kind: 'bigdipper',
url: 'https://explorer.testnet.chimba.ooo/',
tx_page: 'https://explorer.testnet.chimba.ooo/transactions/${txHash}'
}]
};
exports.default = info;