Skip to content

Commit

Permalink
(fix) Applied changes required during code review
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Oct 10, 2023
1 parent a6c6643 commit 0674017
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions client/metadata/assets/mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ description = 'Mainnet Spot CHZ/USDC'
base = 8
quote = 6
min_price_tick_size = 0.000001
min_display_price_tick_size = 1e-06
min_display_price_tick_size = 1e-04
min_quantity_tick_size = 100000000
min_display_quantity_tick_size = 100000000.0
min_display_quantity_tick_size = 1

[0xa7fb70ac87e220f3ea7f7f77faf48b47b3575a9f7ad22291f04a02799e631ca9]
description = 'Mainnet Spot CANTO/USDT'
Expand Down Expand Up @@ -372,7 +372,7 @@ description = 'Mainnet Spot ARB/USDT'
base = 8
quote = 6
min_price_tick_size = 0.000001
min_display_price_tick_size = 9.999999999999999e-05
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 10000000
min_display_quantity_tick_size = 0.1

Expand All @@ -381,7 +381,7 @@ description = 'Mainnet Spot WMATIC/USDC'
base = 8
quote = 6
min_price_tick_size = 0.000001
min_display_price_tick_size = 9.999999999999999e-05
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 10000000
min_display_quantity_tick_size = 0.1

Expand All @@ -390,7 +390,7 @@ description = 'Mainnet Spot WMATIC/USDT'
base = 8
quote = 6
min_price_tick_size = 0.000001
min_display_price_tick_size = 9.999999999999999e-05
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 10000000
min_display_quantity_tick_size = 0.1

Expand All @@ -417,7 +417,7 @@ description = 'Mainnet Spot KAVA/USDT'
base = 6
quote = 6
min_price_tick_size = 0.0001
min_display_price_tick_size = 9.999999999999999e-05
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 1000000
min_display_quantity_tick_size = 0.1

Expand Down Expand Up @@ -570,7 +570,7 @@ description = 'Mainnet Derivative TIA/USDT-30NOV2023 PERP'
base = 0
quote = 6
min_price_tick_size = 1000
min_display_price_tick_size = 0.0001
min_display_price_tick_size = 0.001
min_quantity_tick_size = 0.1
min_display_quantity_tick_size = 0.1

Expand All @@ -588,16 +588,16 @@ description = 'Mainnet Derivative BTC/USDTkv PERP'
base = 0
quote = 6
min_price_tick_size = 1000000
min_display_price_tick_size = 0.0001
min_display_price_tick_size = 1
min_quantity_tick_size = 0.0001
min_display_quantity_tick_size = 0.1
min_display_quantity_tick_size = 0.0001

[0xca3682d053e8c804ea9cd322cfc0476d9016b99210fe42774a61b06e8868fef3]
description = 'Mainnet Derivative ETH/USDTkv PERP'
base = 0
quote = 6
min_price_tick_size = 100000
min_display_price_tick_size = 0.0001
min_display_price_tick_size = 0.1
min_quantity_tick_size = 0.0001
min_display_quantity_tick_size = 0.1

Expand Down

0 comments on commit 0674017

Please sign in to comment.