UNPKG

chain-registry

Version:
66 lines (65 loc) 1.82 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chain_name: 'cosmwasmtestnet', status: 'live', network_type: 'testnet', pretty_name: 'CosmWasm Testnet', chain_type: 'cosmos', chain_id: 'malaga-420', bech32_prefix: 'wasm', daemon_name: 'wasmd', node_home: '$HOME/.wasmd', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'umlg', low_gas_price: 0.03, average_gas_price: 0.04, high_gas_price: 0.05 }] }, staking: { staking_tokens: [{ denom: 'uand' }] }, codebase: { git_repo: 'https://github.com/CosmWasm/wasmd', recommended_version: 'v0.27', compatible_versions: ['v0.27'], consensus: { type: 'tendermint', version: '0.34' }, genesis: { genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-5/genesis.json' }, sdk: { type: 'cosmos', version: '0.45' }, cosmwasm: { version: '0.27', enabled: true } }, apis: { rpc: [{ address: 'https://rpc.malaga-420.cosmwasm.com:443', provider: 'Confio' }], rest: [{ address: 'https://api.malaga-420.cosmwasm.com', provider: 'Confio' }] }, explorers: [{ kind: 'BIG DIPPER', url: 'https://block-explorer.malaga-420.cosmwasm.com/', tx_page: 'https://block-explorer.malaga-420.cosmwasm.com/transactions/${txHash}' }] }; exports.default = info;