From 714822c93c9615765bf8985157f645cc04bbb2a6 Mon Sep 17 00:00:00 2001 From: Axel-CH Date: Mon, 9 Sep 2024 13:15:17 -0400 Subject: [PATCH] add ETC/BTC pair to conftest get_markets --- tests/conftest.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 99c42de5f..66f9e195f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -964,6 +964,29 @@ def get_markets(): }, "info": {}, }, + "ETC/BTC": { + "id": "ETCBTC", + "symbol": "ETC/BTC", + "base": "ETC", + "quote": "BTC", + "active": True, + "spot": True, + "swap": False, + "linear": None, + "type": "spot", + "contractSize": None, + "precision": {"base": 8, "quote": 8, "amount": 2, "price": 7}, + "limits": { + "amount": {"min": 0.01, "max": 90000000.0}, + "price": {"min": 1e-07, "max": 1000.0}, + "cost": {"min": 0.0001, "max": 9000000.0}, + "leverage": { + "min": None, + "max": None, + }, + }, + "info": {}, + }, "ETH/USDT": { "id": "USDT-ETH", "symbol": "ETH/USDT",