OstiumPairsStorage::getAllPairsMaxLeverage() reverts if enough pairs are created
Description
OstiumPairsStorage::getAllPairsMaxLeverage() reverts if enough pairs are created due to OOG.
Recommendation
Add an additional function OstiumPairsStorage::getAllPairsMaxLeverage(uint256 startId, uint256 finalId) to fetch paginated information.
Status
Addressed in #0d2334b.