Skip to content

Commit

Permalink
add atom back to denoms_mainnet.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
DrunkRandomWalker committed Dec 16, 2021
1 parent 1d80f33 commit 52018b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ python examples/chain_client_examples/1_CosmosBankMsgSend.py
```
Upgrade `pip` to the latest version, if you see these warnings:
```
WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/10151>
WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/10151>
WARNING: Additional context: user = True home = None root = None prefix = None
```

Expand Down Expand Up @@ -86,6 +86,9 @@ python pyinjective/fetch_metadata.py


### Changelogs
0.5.5.1
* Add ATOM back to denoms_mainnet.ini

0.5.5
* Added MsgBid to the Composer and provided an example
* Refactored the clients and composer with kwargs for optional arguments
Expand Down
4 changes: 2 additions & 2 deletions pyinjective/denoms_mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ decimals = 8
peggy_denom = peggy0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b
decimals = 18

[]
[ATOM]
peggy_denom = ibc/B448C0CA358B958301D328CCDC5D5AD642FC30A6D3AE106FF721DB315F3DDE5C
decimals = 0
decimals = 6

[GF]
peggy_denom = peggy0xAaEf88cEa01475125522e117BFe45cF32044E238
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
EMAIL = "[email protected]"
AUTHOR = "Injective Labs"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "0.5.5"
VERSION = "0.5.5.1"

REQUIRED = [
"grpcio",
Expand Down

0 comments on commit 52018b8

Please sign in to comment.