Skip to content

Commit

Permalink
Merge pull request #175 from InjectiveLabs/f/metadata-regen
Browse files Browse the repository at this point in the history
F/metadata regen
  • Loading branch information
achilleas-kal authored Jan 23, 2023
2 parents 33960a3 + dfb928d commit a084ff7
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 10 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas


### Changelogs
**0.5.9.7**
* Re-gen denoms mainnet

**0.5.9.6**
* Re-gen proto

Expand Down Expand Up @@ -109,15 +112,6 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas

- Clients using [Custom Network](https://github.com/InjectiveLabs/sdk-python/blob/master/pyinjective/constant.py#L166) must now set grpc_explorer_endpoint during init

**0.5.8.7**
* Add testnet ini metadata
* Fix account pb import

**0.5.8.6**
* Add logic to handle cached sequence in client with gRPC
* Fix get_account with EthAccount type and added cookie support
* Fix sync_timeout_height func with exception handling
* Set explicit version requirements for protobuf and grpcio-tools in pkg

## License

Expand Down
55 changes: 55 additions & 0 deletions pyinjective/denoms_mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,42 @@ min_display_price_tick_size = 0.01
min_quantity_tick_size = 100000000
min_display_quantity_tick_size = 0.01

[0x84ba79ffde31db8273a9655eb515cb6cadfdf451b8f57b83eb3f78dca5bbbe6d]
description = 'Mainnet Spot SOL/USDC'
base = 8
quote = 6
min_price_tick_size = 0.0001
min_display_price_tick_size = 0.01
min_quantity_tick_size = 1000000
min_display_quantity_tick_size = 0.01

[0xb825e2e4dbe369446e454e21c16e041cbc4d95d73f025c369f92210e82d2106f]
description = 'Mainnet Spot USDCso/USDCet'
base = 6
quote = 6
min_price_tick_size = 0.0001
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 100
min_display_quantity_tick_size = 0.0001

[0xf66f797a0ff49bd2170a04d288ca3f13b5df1c822a7b0cc4204aca64a5860666]
description = 'Mainnet Spot USDC/USDCet'
base = 6
quote = 6
min_price_tick_size = 0.0001
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 100
min_display_quantity_tick_size = 0.0001

[0xda0bb7a7d8361d17a9d2327ed161748f33ecbf02738b45a7dd1d812735d1531c]
description = 'Mainnet Spot USDT/USDC'
base = 0
quote = 0
min_price_tick_size = 0.0001
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 100
min_display_quantity_tick_size = 100.0

[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
description = 'Mainnet Derivative BTC/USDT PERP'
base = 0
Expand Down Expand Up @@ -486,3 +522,22 @@ decimals = 6
peggy_denom = ibc/624BA9DD171915A2B9EA70F69638B2CEA179959850C1A586F6C485498F29EDD4
decimals = 10

[SteadyETH]
peggy_denom = peggy0x3F07A84eCdf494310D397d24c1C78B041D2fa622
decimals = 18

[SteadyBTC]
peggy_denom = peggy0x4986fD36b6b16f49b43282Ee2e24C5cF90ed166d
decimals = 18

[SOL]
peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj1sthrn5ep8ls5vzz8f9gp89khhmedahhdkqa8z3
decimals = 8

[USDCso]
peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj12pwnhtv7yat2s30xuf4gdk9qm85v4j3e60dgvu
decimals = 6

[USDCet]
peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj1q6zlut7gtkzknkk773jecujwsdkgq882akqksk
decimals = 6
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.9.6"
VERSION = "0.5.9.7"

REQUIRED = [
"protobuf==3.19.1",
Expand Down

0 comments on commit a084ff7

Please sign in to comment.