Skip to content

Commit

Permalink
Merge pull request #173 from InjectiveLabs/feat/add_tia_usdt_spot_market
Browse files Browse the repository at this point in the history
feat/add_tia_usdt_spot_market
  • Loading branch information
aarmoa authored Nov 6, 2023
2 parents 499a9e4 + 340505a commit 3ff645e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
13 changes: 13 additions & 0 deletions client/metadata/assets/mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,15 @@ min_display_price_tick_size = 9.999999999999999e-05
min_quantity_tick_size = 100000
min_display_quantity_tick_size = 0.1

[0x35fd4fa9291ea68ce5eef6e0ea8567c7744c1891c2059ef08580ba2e7a31f101]
description = 'Mainnet Spot TIA/USDT'
base = 6
quote = 6
min_price_tick_size = 0.001
min_display_price_tick_size = 9.999999999999999e-05
min_quantity_tick_size = 100000
min_display_quantity_tick_size = 0.1

[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
description = 'Mainnet Derivative BTC/USDT PERP'
base = 0
Expand Down Expand Up @@ -768,3 +777,7 @@ decimals = 6
[USDTkv]
peggy_denom = ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB
decimals = 6

[TIA]
peggy_denom = ibc/F51BB221BAA275F2EBF654F70B005627D7E713AFFD6D86AFD1E43CAA886149F4
decimals = 6
12 changes: 12 additions & 0 deletions client/metadata/assets/testnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@ min_display_price_tick_size = 0.0010
min_quantity_tick_size = 1000000000000000.000000
min_display_quantity_tick_size = 0.0010

[0xa283fc94a9055a01a58bb6229b1e56a8bb54069a0debfce7fbd1e6c25a95330c]
description = 'Testnet Spot TIA/USDT'
base = 6
quote = 6
min_price_tick_size = 0.001
min_display_price_tick_size = 1e-05
min_quantity_tick_size = 0.001
min_display_quantity_tick_size = 0.1

[0x1c79dac019f73e4060494ab1b4fcba734350656d6fc4d474f6a238c13c6f9ced]
description = 'testnet Derivative BNB/USDT PERP'
base = 0
Expand Down Expand Up @@ -412,3 +421,6 @@ decimals = 18
peggy_denom = ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395
decimals = 6

[TIA]
peggy_denom = factory/inj17vytdwqczqz72j65saukplrktd4gyfme5agf6c/tia
decimals = 6

0 comments on commit 3ff645e

Please sign in to comment.