From b9da7f7978e873570c511b9b071d071fb75c825b Mon Sep 17 00:00:00 2001 From: Adam Fraser Date: Wed, 28 Feb 2024 12:10:55 -0600 Subject: [PATCH] Remove reference to Python client --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 23b6fe72..bd31b2fe 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,6 @@ ## v4-client-js The dYdX Chain Client Typescript client is used for placing transactions and querying the dYdX chain. -## v4-client-py -Python client for dYdX Chain. - -The library is currently tested against Python versions 3.9, and 3.11. - # Third-party Clients [C++ Client](https://github.com/asnefedovv/dydx-v4-client-cpp)