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
51
51
```
52
52
Upgrade ` pip ` to the latest version, if you see these warnings:
53
53
```
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>
55
55
WARNING: Additional context: user = True home = None root = None prefix = None
56
56
```
57
57
@@ -86,6 +86,9 @@ python pyinjective/fetch_metadata.py
86
86
87
87
88
88
### Changelogs
89
+ 0.5.5.1
90
+ * Add ATOM back to denoms_mainnet.ini
91
+
89
92
0.5.5
90
93
* Added MsgBid to the Composer and provided an example
91
94
* 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
324
324
peggy_denom = peggy0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b
325
325
decimals = 18
326
326
327
- []
327
+ [ATOM ]
328
328
peggy_denom = ibc/B448C0CA358B958301D328CCDC5D5AD642FC30A6D3AE106FF721DB315F3DDE5C
329
- decimals = 0
329
+ decimals = 6
330
330
331
331
[GF]
332
332
peggy_denom = peggy0xAaEf88cEa01475125522e117BFe45cF32044E238
Original file line number Diff line number Diff line change 17
17
EMAIL = "max@injectiveprotocol.com"
18
18
AUTHOR = "Injective Labs"
19
19
REQUIRES_PYTHON = ">=3.7.0"
20
- VERSION = "0.5.5"
20
+ VERSION = "0.5.5.1 "
21
21
22
22
REQUIRED = [
23
23
"grpcio" ,
You can’t perform that action at this time.
0 commit comments