You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,7 +67,7 @@ Upgrade `pip` to the latest version, if you see these warnings:
67
67
68
68
3. Fetch latest denom config
69
69
```
70
-
poetry run python pyinjective/fetch_metadata.py
70
+
poetry run python pyinjective/utils/fetch_metadata.py
71
71
```
72
72
73
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)
0 commit comments