Skip to content

Commit 891f8c8

Browse files
authored
Merge pull request #270 from InjectiveLabs/feat/add_pyth_usdt_perp_mainnet_market
Feat/add pyth usdt perp mainnet market
2 parents e484a2c + af0a686 commit 891f8c8

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ poetry run pytest -v
7878
```
7979

8080
### Changelogs
81+
**0.9.7**
82+
* Added PYTH/USDT PERP market info in mainnet metadata ini file
83+
8184
**0.9.6**
8285
* Synchronized denom ini files with Indexer information for mainnet, testnet and devnet to include TALIS/INJ and KUJI/USDT markets
8386

pyinjective/denoms_mainnet.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,15 @@ min_display_price_tick_size = 0.001
682682
min_quantity_tick_size = 0.1
683683
min_display_quantity_tick_size = 0.1
684684

685+
[0x887beca72224f88fb678a13a1ae91d39c53a05459fd37ef55005eb68f745d46d]
686+
description = 'Mainnet Derivative PYTH/USDT PERP'
687+
base = 0
688+
quote = 6
689+
min_price_tick_size = 100
690+
min_display_price_tick_size = 0.0001
691+
min_quantity_tick_size = 1
692+
min_display_quantity_tick_size = 1
693+
685694
[AAVE]
686695
peggy_denom = peggy0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9
687696
decimals = 18

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "injective-py"
3-
version = "0.9.6"
3+
version = "0.9.7"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)