Update leverage tiers to latest version

This commit is contained in:
Matthias 2022-07-10 10:11:39 +02:00
parent 59b0fd1166
commit 9313a2d294
2 changed files with 12845 additions and 12033 deletions

View File

@ -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