Skip to content

Commit 52018b8

Browse files
author
DrunkRandomWalker
committed
add atom back to denoms_mainnet.ini
1 parent 1d80f33 commit 52018b8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ python examples/chain_client_examples/1_CosmosBankMsgSend.py
5151
```
5252
Upgrade `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+
8992
0.5.5
9093
* Added MsgBid to the Composer and provided an example
9194
* Refactored the clients and composer with kwargs for optional arguments

pyinjective/denoms_mainnet.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,9 @@ decimals = 8
324324
peggy_denom = peggy0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b
325325
decimals = 18
326326

327-
[]
327+
[ATOM]
328328
peggy_denom = ibc/B448C0CA358B958301D328CCDC5D5AD642FC30A6D3AE106FF721DB315F3DDE5C
329-
decimals = 0
329+
decimals = 6
330330

331331
[GF]
332332
peggy_denom = peggy0xAaEf88cEa01475125522e117BFe45cF32044E238

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
EMAIL = "max@injectiveprotocol.com"
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.5"
20+
VERSION = "0.5.5.1"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)