chain-registry
Version:
69 lines (68 loc) • 1.93 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chain_name: 'dhealthtestnet',
chain_type: 'cosmos',
chain_id: 'dhealth-testnet-2',
pretty_name: 'dHealth Testnet',
status: 'live',
network_type: 'testnet',
bech32_prefix: 'tdh02',
daemon_name: 'dhealth-testnetd',
node_home: '$HOME/.dhealth-testnet',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'utdhp',
fixed_min_gas_price: 0.01,
low_gas_price: 0.025,
average_gas_price: 0.03,
high_gas_price: 0.035
}]
},
staking: {
staking_tokens: [{
denom: 'utdhp'
}]
},
codebase: {
git_repo: 'https://github.com/dhealthproject/dhealth-testnet',
recommended_version: 'v2.1.1',
compatible_versions: ['v2.1.1'],
consensus: {
type: 'cometbft',
version: 'v0.37.2'
},
genesis: {
genesis_url: 'https://raw.githubusercontent.com/dhealthproject/mainnet/main/genesis.json'
},
sdk: {
type: 'cosmos',
repo: 'https://github.com/cosmos/cosmos-sdk',
version: 'v0.47.4'
},
cosmwasm: {
version: 'v0.41.0',
path: '$HOME/.dhealth/wasm',
enabled: true
}
},
apis: {
rpc: [{
address: 'https://rpc-testnet.dhealth.dev',
provider: 'dHealth'
}],
rest: [{
address: 'https://lcd-testnet.dhealth.dev',
provider: 'dHealth'
}],
grpc: [{
address: 'rpc-testnet.dhealth.dev:9090',
provider: 'dHealth'
}]
},
explorers: []
};
exports.default = info;