{ "$schema": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain.schema.json", "chain_name": "worrelltestnet", "chain_type": "cosmos", "chain_id": "worrell-testnet-1", "pretty_name": "Worrell Testnet", "website": "https://worrellchain.com", "network_type": "testnet", "bech32_prefix": "worrell", "daemon_name": "worrelld", "node_home": "$HOME/.worrell", "key_algos": [ "secp256k1" ], "slip44": 118, "fees": { "fee_tokens": [ { "denom": "uworrell", "fixed_min_gas_price": 0.025, "low_gas_price": 0.025, "average_gas_price": 0.025, "high_gas_price": 0.04 } ] }, "staking": { "staking_tokens": [ { "denom": "uworrell" } ] }, "codebase": { "git_repo": "https://github.com/worrellchain/worrell", "recommended_version": "v0.1.2", "compatible_versions": [ "v0.1.0", "v0.1.1", "v0.1.2" ], "binaries": { "linux/amd64": "https://github.com/worrellchain/worrell/releases/download/v0.1.2/v0.1.2_linux_amd64.tar.gz", "linux/arm64": "https://github.com/worrellchain/worrell/releases/download/v0.1.2/v0.1.2_linux_arm64.tar.gz", "darwin/amd64": "https://github.com/worrellchain/worrell/releases/download/v0.1.2/v0.1.2_darwin_amd64.tar.gz", "darwin/arm64": "https://github.com/worrellchain/worrell/releases/download/v0.1.2/v0.1.2_darwin_arm64.tar.gz" }, "genesis": { "genesis_url": "https://raw.githubusercontent.com/worrellchain/networks/main/worrell-testnet-1/genesis.json" }, "sdk": { "type": "cosmos", "version": "v0.53.6" }, "consensus": { "type": "cometbft" } }, "peers": { "seeds": [], "persistent_peers": [ { "id": "bb9164c1bd9ed9ff2c0fd9e09b23285698e231de", "address": "164.68.98.186:26656", "provider": "worrellchain" }, { "id": "40128ea31b1cfb5d4b24fc9e32ee0c468586c983", "address": "worrell-testnet-peer.itrocket.net:12656", "provider": "ITRocket" } ] }, "apis": { "rpc": [ { "address": "https://worrel-testnet-rpc.oshvank.xyz", "provider": "OshVanK" }, { "address": "https://worrell-testnet-rpc.itrocket.net", "provider": "ITRocket" } ], "rest": [ { "address": "https://worrell.api.t.anode.team", "provider": "ANODE.TEAM" }, { "address": "https://worrell-testnet-api.itrocket.net", "provider": "ITRocket" } ], "grpc": [ { "address": "worrell-testnet-grpc.itrocket.net:443", "provider": "ITRocket" } ] }, "socials": { "telegram": "https://t.me/worrellvalidators", "twitter": "https://x.com/worrellchain" }, "explorers": [ { "kind": "anode", "url": "https://test.anode.team/worrell", "tx_page": "https://test.anode.team/worrell/tx/${txHash}" }, { "kind": "oshvank", "url": "https://explorer.oshvank.xyz/worrel-testnet", "tx_page": "https://explorer.oshvank.xyz/worrel-testnet/tx/${txHash}" }, { "kind": "husonode", "url": "https://explorer.husonode.xyz/Worrell-Testnet", "tx_page": "https://explorer.husonode.xyz/Worrell-Testnet/tx/${txHash}" } ] }