gateio default configs should specify unknown_fee_rate

This commit is contained in:
Matthias 2022-08-16 17:26:53 +02:00
parent 5dde011b31
commit ea6bc47d7a
2 changed files with 12 additions and 2 deletions

View File

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

View File

@ -5,9 +5,7 @@
"ccxt_config": {},
"ccxt_async_config": {},
"pair_whitelist": [
],
"pair_blacklist": [
]
}