Skip to content

Commit 17293cc

Browse files
authored
Merge pull request #377 from InjectiveLabs/f/readme-changes
chore: README changes
2 parents 0416c2a + 358a141 commit 17293cc

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
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)