Skip to content

Commit 8258645

Browse files
Bybit unified support
1 parent 86cf6e6 commit 8258645

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configs/account_example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"api_secret": "your_api_secret"
1414
},
1515
{
16-
"name": "bybit_unified",
16+
"name": "bybit",
1717
"account_name": "account_3",
1818
"api_key": "your_api_key",
1919
"api_secret": "your_api_secret"

configs/config_example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"symbols_allowed": 5
9393
},
9494
{
95-
"name": "bybit_unified",
95+
"name": "bybit",
9696
"account_name": "account_3",
9797
"symbols_allowed": 5
9898
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
colorama
2-
ccxt==4.3.59
2+
ccxt==4.3.89
33
pandas
44
pydantic
55
python-pidfile

0 commit comments

Comments
 (0)