Skip to content

Commit d481da4

Browse files
authored
Merge pull request #238 from InjectiveLabs/fix/rebase_dev_from_master
Fix/rebase dev from master
2 parents 5070bce + 3f2ae5d commit d481da4

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ make tests
100100
**0.7.1.1**
101101
* Fixed Testnet network URLs
102102

103+
**0.7.2.1**
104+
* Synchronization of denoms configuration files.
105+
106+
**0.7.2**
107+
* Added a new gas limit calculation for the TransactionBroadcaster that estimates the value based on the messages in the transaction (without running the transaction simulation).
108+
109+
**0.7.1.2**
110+
* Add NBLA
111+
103112
**0.7.1.1**
104113
* Fixed Testnet network URLs
105114

pyinjective/denoms_mainnet.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,3 +677,6 @@ decimals = 8
677677
peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj1dxv423h8ygzgxmxnvrf33ws3k94aedfdevxd8h
678678
decimals = 8
679679

680+
[NBLA]
681+
peggy_denom = factory/inj1d0zfq42409a5mhdagjutl8u6u9rgcm4h8zfmfq/nbla
682+
decimals = 6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.9"
20-
VERSION = "0.8-pre"
20+
VERSION = "0.8"
2121

2222
REQUIRED = [
2323
"aiohttp",

0 commit comments

Comments
 (0)