From 358a141f35de538c1f4ba0497cac2cb5b8fd4458 Mon Sep 17 00:00:00 2001 From: Achilleas Kalantzis Date: Fri, 4 Apr 2025 01:28:08 +0400 Subject: [PATCH] chore: README changes --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3dc446c6..3fc0e485 100644 --- a/README.md +++ b/README.md @@ -65,21 +65,14 @@ Upgrade `pip` to the latest version, if you see these warnings: pip install injective-py ``` -3. Fetch latest denom config -``` -poetry run python pyinjective/utils/fetch_metadata.py -``` - -Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/master/pyinjective/client.py) has been deprecated as of April 18, 2022. If you are using the sync client please make sure to transition to the [async client](https://github.com/InjectiveLabs/sdk-python/blob/master/pyinjective/async_client.py), for more information read [here](https://github.com/InjectiveLabs/sdk-python/issues/101) - -4. Run all unit tests in a development environment +3. Run all unit tests in a development environment ``` poetry run pytest -v ``` ## License -Copyright © 2021 - 2022 Injective Labs Inc. (https://injectivelabs.org/) +Copyright © 2021 - 2025 Injective Labs Inc. (https://injectivelabs.org/)