From 619b5b7dfcdfd85df99ce1f8b64130ea30156e64 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 19 Nov 2020 13:48:25 +0100 Subject: [PATCH] root: Update ports in HACKING.md --- HACKING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING.md b/HACKING.md index 60bbef84..08fee5e6 100644 --- a/HACKING.md +++ b/HACKING.md @@ -93,8 +93,10 @@ order to avoid conflicts. Here is an overview of the ports used: | ----- | --------------------- | ------------------------------------------------------------------------------------- | | 1317 | wasmd LCD API | @cosmjs/launchpad and @cosmjs/cosmwasm tests | | 1318 | simapp API | Manual Stargate debugging | +| 1319 | wasmd LCD API | Manual Stargate debugging | | 4444 | socketserver | @cosmjs/sockets tests | | 4445 | socketserver slow | @cosmjs/sockets tests | | 11133 | Tendermint 0.33 RPC | @cosmjs/tendermint-rpc tests | | 11134 | Tendermint 0.34 RPC | @cosmjs/tendermint-rpc tests ([soon™](https://github.com/CosmWasm/cosmjs/issues/344)) | | 26658 | simapp Tendermint RPC | Stargate client tests | +| 26659 | wasmd Tendermint RPC | @cosmjs/cosmwasm tests |