Update leverage tiers to latest version
This commit is contained in:
parent
59b0fd1166
commit
9313a2d294
@ -334,7 +334,7 @@ lev_tiers = exchange.fetch_leverage_tiers()
|
|||||||
|
|
||||||
# Assumes this is running in the root of the repository.
|
# Assumes this is running in the root of the repository.
|
||||||
file = Path('freqtrade/exchange/binance_leverage_tiers.json')
|
file = Path('freqtrade/exchange/binance_leverage_tiers.json')
|
||||||
json.dump(lev_tiers, file.open('w'), indent=2)
|
json.dump(dict(sorted(lev_tiers.items())), file.open('w'), indent=2)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user