File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ $ python examples/chain_client_examples/1_CosmosBankMsgSend.py
5151```
5252Upgrade ` pip ` to the latest version, if you see these warnings:
5353 ```
54- WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/10151>
54+ WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/10151>
5555 WARNING: Additional context: user = True home = None root = None prefix = None
5656 ```
5757
@@ -86,6 +86,9 @@ python pyinjective/fetch_metadata.py
8686
8787
8888### Changelogs
89+ 0.5.5.1
90+ * Add ATOM back to denoms_mainnet.ini
91+
89920.5.5
9093* Added MsgBid to the Composer and provided an example
9194* Refactored the clients and composer with kwargs for optional arguments
Original file line number Diff line number Diff line change @@ -324,9 +324,9 @@ decimals = 8
324324peggy_denom = peggy0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b
325325decimals = 18
326326
327- []
327+ [ATOM ]
328328peggy_denom = ibc/B448C0CA358B958301D328CCDC5D5AD642FC30A6D3AE106FF721DB315F3DDE5C
329- decimals = 0
329+ decimals = 6
330330
331331[GF]
332332peggy_denom = peggy0xAaEf88cEa01475125522e117BFe45cF32044E238
Original file line number Diff line number Diff line change 17171818AUTHOR = "Injective Labs"
1919REQUIRES_PYTHON = ">=3.7.0"
20- VERSION = "0.5.5"
20+ VERSION = "0.5.5.1 "
2121
2222REQUIRED = [
2323 "grpcio" ,
You can’t perform that action at this time.
0 commit comments