Skip to content

Commit 358a141

Browse files
committed
chore: README changes
1 parent 0416c2a commit 358a141

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,14 @@ Upgrade `pip` to the latest version, if you see these warnings:
6565
pip install injective-py
6666
```
6767

68-
3. Fetch latest denom config
69-
```
70-
poetry run python pyinjective/utils/fetch_metadata.py
71-
```
72-
73-
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)
74-
75-
4. Run all unit tests in a development environment
68+
3. Run all unit tests in a development environment
7669
```
7770
poetry run pytest -v
7871
```
7972

8073
## License
8174

82-
Copyright © 2021 - 2022 Injective Labs Inc. (https://injectivelabs.org/)
75+
Copyright © 2021 - 2025 Injective Labs Inc. (https://injectivelabs.org/)
8376

8477
<a href="https://drive.google.com/uc?export=view&id=1-fPQRh_D_dnun2yTtSsPW5MypVBOVYJP"><img src="https://drive.google.com/uc?export=view&id=1-fPQRh_D_dnun2yTtSsPW5MypVBOVYJP" style="width: 300px; max-width: 100%; height: auto" />
8578

0 commit comments

Comments
 (0)