chain-registry
Version:
72 lines (71 loc) • 2.04 kB
JavaScript
const info = {
$schema: '../../chain.schema.json',
chain_name: 'wavehashtestnet',
status: 'live',
network_type: 'testnet',
pretty_name: 'wavehash Testnet',
chain_type: 'cosmos',
chain_id: 'INVALID-ID-wavehashtestnet-testnet-1',
bech32_prefix: 'wavehash',
daemon_name: 'wavehashd',
node_home: '$HOME/.wavehash',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'uwahax',
low_gas_price: 0.0025,
average_gas_price: 0.0025,
high_gas_price: 0.0024
}]
},
staking: {
staking_tokens: [{
denom: 'uwahax'
}]
},
codebase: {
git_repo: 'https://github.com/WaveHashProtocol/wavehash',
recommended_version: 'v6.0.0',
compatible_versions: ['v6.0.0'],
consensus: {
type: 'tendermint',
version: '0.34'
},
genesis: {
genesis_url: 'https://raw.githubusercontent.com/WaveHashProtocol/testnet/main/testnet-1/genesis.json'
},
sdk: {
type: 'cosmos',
version: '0.45'
},
ibc: {
type: 'go',
version: '4.3.0'
},
cosmwasm: {
version: '0.30',
enabled: true
}
},
apis: {
rpc: [{
address: 'https://rpc.wavehash.online/',
provider: 'WaveHash Network'
}],
rest: [{
address: 'https://lcd.wavehash.online/',
provider: 'WaveHash Network'
}],
grpc: [{
address: 'https://grpc.wavehash.online/',
provider: 'WaveHash Network'
}]
},
explorers: [{
kind: 'atomscan',
url: 'https://atomscan.com/directory/testnet/wavehashtestnet',
tx_page: 'https://atomscan.com/directory/testnet/wavehashtestnet/transactions/${txHash}'
}]
};
export default info;