Some finetuning for OKEX

This commit is contained in:
Matthias
2021-11-03 07:12:42 +01:00
parent 1fefb132e0
commit f60d101076
2 changed files with 14 additions and 1 deletions

View File

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