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 bfb3e2f commit 1e71d01Copy full SHA for 1e71d01
README.md
@@ -87,6 +87,9 @@ make tests
87
```
88
89
### Changelogs
90
+** 0.7.0.4**
91
+* Synchronized decimals for ATOM and WETH in Testnet with the configuration provided by the indexer
92
+
93
** 0.7.0.3**
94
* Add FRCOIN testnet
95
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.9"
20
-VERSION = "0.7.0.3"
+VERSION = "0.7.0.4"
21
22
REQUIRED = [
23
"aiohttp",
0 commit comments