Expose the default mainstream currency settings to the configuration file

This commit is contained in:
SkywalkerJi
2025-10-30 10:01:45 +08:00
parent 2bf3e18ca8
commit a6fceff4d3
4 changed files with 38 additions and 2 deletions

View File

@@ -60,6 +60,16 @@
"altcoin_leverage": 5
},
"use_default_coins": true,
"default_coins": [
"BTCUSDT",
"ETHUSDT",
"SOLUSDT",
"BNBUSDT",
"XRPUSDT",
"DOGEUSDT",
"ADAUSDT",
"HYPEUSDT",
],
"coin_pool_api_url": "",
"oi_top_api_url": "",
"api_server_port": 8080,