UNPKG

chain-registry

Version:
76 lines (75 loc) 2.19 kB
const info = { $schema: '../../chain.schema.json', chain_name: 'junotestnet', status: 'live', network_type: 'testnet', pretty_name: 'Juno Testnet', chain_type: 'cosmos', chain_id: 'uni-6', bech32_prefix: 'juno', daemon_name: 'junod', node_home: '$HOME/.juno', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'ujunox', low_gas_price: 0.003, average_gas_price: 0.0045, high_gas_price: 0.006 }] }, staking: { staking_tokens: [{ denom: 'ujunox' }] }, codebase: { git_repo: 'https://github.com/CosmosContracts/juno', recommended_version: 'v15.0.0-alpha.2', compatible_versions: ['v15.0.0', 'v15.0.0-alpha.2'], consensus: { type: 'tendermint', version: '0.34' }, genesis: { genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json' }, sdk: { type: 'cosmos', version: '0.45' }, ibc: { type: 'go', version: '4.3.1' }, cosmwasm: { version: '0.31', enabled: true } }, apis: { rpc: [{ address: 'https://juno-testnet-rpc.polkachu.com', provider: 'Polkachu' }], rest: [{ address: 'https://juno-testnet-api.polkachu.com', provider: 'Polkachu' }, { address: 'https://juno.api.t.stavr.tech', provider: '🔥STAVR🔥' }], grpc: [{ address: 'juno-testnet-grpc.polkachu.com:12690', provider: 'Polkachu' }] }, explorers: [{ kind: '🔥STAVR🔥', url: 'https://explorer.stavr.tech/Juno-Testnet', tx_page: 'https://explorer.stavr.tech/Juno-Testnet/txs/${txHash}', account_page: 'https://explorer.stavr.tech/Juno-Testnet/account/${accountAddress}' }] }; export default info;