From ef54946899421853e62e499f3ee3b9dc8bbe8715 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 6 Apr 2023 16:47:14 +0200 Subject: [PATCH] Add Tendermint 0.37 RPC port --- HACKING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HACKING.md b/HACKING.md index 00f15f0c51..26b33e92ce 100644 --- a/HACKING.md +++ b/HACKING.md @@ -116,6 +116,7 @@ order to avoid conflicts. Here is an overview of the ports used: | 9090 | simapp gRPC | Manual Stargate debugging | | 11134 | Standalone Tendermint 0.34 RPC | @cosmjs/tendermint-rpc tests | | 11135 | Standalone Tendermint 0.35 RPC | @cosmjs/tendermint-rpc tests | +| 11137 | Standalone Tendermint 0.37 RPC | @cosmjs/tendermint-rpc tests | | 26658 | simapp Tendermint RPC | Stargate client tests | | 26659 | wasmd Tendermint RPC | @cosmjs/cosmwasm-stargate tests | | 26660 | simapp slow Tendermint RPC | Stargate client tests |