mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
gateio default configs should specify unknown_fee_rate
This commit is contained in:
parent
5dde011b31
commit
ea6bc47d7a
12
freqtrade/templates/subtemplates/exchange_gateio.j2
Normal file
12
freqtrade/templates/subtemplates/exchange_gateio.j2
Normal 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": [
|
||||
]
|
||||
}
|
|
@ -5,9 +5,7 @@
|
|||
"ccxt_config": {},
|
||||
"ccxt_async_config": {},
|
||||
"pair_whitelist": [
|
||||
|
||||
],
|
||||
"pair_blacklist": [
|
||||
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user