From bfd4d331296a1bbdf550949b52a3b0d17af83743 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 8 Oct 2020 11:29:18 +0200 Subject: [PATCH] Fix Cosmos SDK version in docs --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 3dcba19a..70a96f35 100644 --- a/HACKING.md +++ b/HACKING.md @@ -41,7 +41,7 @@ yarn test To run the entire test suite, you need to run some local blockchain to test against. We use [wasmd](https://github.com/CosmWasm/wasmd) for both CosmWasm -tests and as a generic Cosmos SDK 0.38 blockchain. We also spawn multiple +tests and as a generic Cosmos SDK 0.39 blockchain. We also spawn multiple versions of raw Tendermint and a basic WebSocket server. ```sh