From 29ed21e193fb6b128d5f2e6d3574564ceb662d6c Mon Sep 17 00:00:00 2001 From: Cryptoval Trading Technologies Date: Sat, 24 Jan 2026 00:16:01 +0000 Subject: [PATCH] 20260124 --- data/refdata/instruments.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/refdata/instruments.cfg b/data/refdata/instruments.cfg index 67e24b5..af54d07 100644 --- a/data/refdata/instruments.cfg +++ b/data/refdata/instruments.cfg @@ -387,14 +387,14 @@ "PERP-DOT-USDC": { "base_asset": "DOT", "quote_asset": "USDC", - "quantity_precision": "1", - "price_tick": 0.00001 + "quantity_precision": "0.1", + "price_tick": 0.001 }, # --- PERP-E "PERP-ETH-USDC": { "base_asset": "ETH", "quote_asset": "USDC", - "quantity_precision": "0.001", + "quantity_precision": "0.0001", "price_tick": 0.01 }, "PERP-ETH-USD": {