Update leverage tiers to latest version

pull/7057/head
Matthias 4 years ago
parent 59b0fd1166
commit 9313a2d294

@ -334,7 +334,7 @@ lev_tiers = exchange.fetch_leverage_tiers()
# Assumes this is running in the root of the repository.
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…
Cancel
Save