Skip to content

Commit

Permalink
Merge pull request #271 from InjectiveLabs/feat/add_pyth_usdt_spot_ma…
Browse files Browse the repository at this point in the history
…rket

feat/add pyth usdt spot market
  • Loading branch information
aarmoa authored Nov 21, 2023
2 parents 891f8c8 + d6a5f9c commit a7cc89b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ poetry run pytest -v
```

### Changelogs
**0.9.8**
* Synchronized markets and tokens config files to add PYTH/USDT spot market

**0.9.7**
* Added PYTH/USDT PERP market info in mainnet metadata ini file

Expand Down
13 changes: 13 additions & 0 deletions pyinjective/denoms_mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,15 @@ min_display_price_tick_size = 0.001
min_quantity_tick_size = 100000
min_display_quantity_tick_size = 0.1

[0xa6ec1de114a5ffa85b6b235144383ce51028a1c0c2dee7db5ff8bf14d5ca0d49]
description = 'Mainnet Spot PYTH/USDT'
base = 6
quote = 6
min_price_tick_size = 0.0001
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 1000000
min_display_quantity_tick_size = 1

[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
description = 'Mainnet Derivative BTC/USDT PERP'
base = 0
Expand Down Expand Up @@ -791,6 +800,10 @@ decimals = 6
peggy_denom = peggy0xf9a06dE3F6639E6ee4F079095D5093644Ad85E8b
decimals = 18

[PYTH]
peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj1tjcf9497fwmrnk22jfu5hsdq82qshga54ajvzy
decimals = 6

[QNT]
peggy_denom = peggy0x4a220E6096B25EADb88358cb44068A3248254675
decimals = 18
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "injective-py"
version = "0.9.7"
version = "0.9.8"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a7cc89b

Please sign in to comment.