Mp 2836 implement pagination to the batched smart contract queries (#301)

* feat: batch and paginate oracle prices

* fixes and improvements

* feat: complete batching mechanism and its implementation

* fix: getVaultConfigs usage

* fix: linting

* feat: remove hardcoded mars decimals
This commit is contained in:
Yusuf Seyrek
2023-07-17 12:01:00 +03:00
committed by GitHub
parent 48d07173fb
commit 49e7778b1e
22 changed files with 832 additions and 349 deletions
+2
View File
@@ -0,0 +1,2 @@
export const ITEM_LIMIT_PER_QUERY = 10
export const PRICE_ORACLE_DECIMALS = 6