We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ccd08 commit 04abec3Copy full SHA for 04abec3
README.md
@@ -78,6 +78,10 @@ poetry run pytest -v
78
```
79
80
### Changelogs
81
+**0.9.5**
82
+* Updated fetch_metadata script (to synchronize denom ini files) to reuse logic in AsyncClient
83
+* Synchronized denom ini files with Indexer information for mainnet, testnet and devnet
84
+
85
**0.9.4**
86
* Added TIA/USDT spot market in mainnet and testnet ini file
87
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "injective-py"
3
-version = "0.9.4"
+version = "0.9.5"
4
description = "Injective Python SDK, with Exchange API Client"
5
authors = ["Injective Labs <[email protected]>"]
6
license = "Apache-2.0"
0 commit comments