Improve huobi config generation

This commit is contained in:
Matthias
2022-01-16 13:39:19 +01:00
parent ee7bc55727
commit 9504b3eb05
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
"exchange": {
"name": "{{ exchange_name | lower }}",
"key": "{{ exchange_key }}",
"secret": "{{ exchange_secret }}",
"ccxt_config": {},
"ccxt_async_config": {},
"pair_whitelist": [
],
"pair_blacklist": [
"HT/.*"
]
}