Skip to content

Commit

Permalink
Merge pull request #273 from InjectiveLabs/feat/synchronize_with_mast…
Browse files Browse the repository at this point in the history
…er_0_9_8

Feat/synchronize with master 0.9.8
  • Loading branch information
aarmoa authored Nov 22, 2023
2 parents d717d96 + 1d815fb commit c03b55b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ All notable changes to this project will be documented in this file.
- Moved changelog from the README.md file to its own CHANGELOG.md file
- Remove `aiocron` dependency. Use plain asyncio tasks to solve the timeout height synchronization
- Updated the gas fee buffer used to calculate fee consumption in all examples
- Refactored logic in AsyncClient to load markets and tokens, to ensure there are no duplicated tokens with the same denom

## [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

## [0.9.6]
* Synchronized denom ini files with Indexer information for mainnet, testnet and devnet to include TALIS/INJ and KUJI/USDT markets
Expand Down
22 changes: 22 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 @@ -682,6 +691,15 @@ min_display_price_tick_size = 0.001
min_quantity_tick_size = 0.1
min_display_quantity_tick_size = 0.1

[0x887beca72224f88fb678a13a1ae91d39c53a05459fd37ef55005eb68f745d46d]
description = 'Mainnet Derivative PYTH/USDT PERP'
base = 0
quote = 6
min_price_tick_size = 100
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 1
min_display_quantity_tick_size = 1

[AAVE]
peggy_denom = peggy0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9
decimals = 18
Expand Down Expand Up @@ -782,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

0 comments on commit c03b55b

Please sign in to comment.