File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ export const OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]: {
272272 [ Protocol . V4 ] : {
273273 ...constructSameBatchParamsMap ( DEFAULT_BATCH_PARAMS ) ,
274274 [ ChainId . BASE ] : {
275- multicallChunk : 165 ,
276- gasLimitPerCall : 800_000 ,
275+ multicallChunk : 100 ,
276+ gasLimitPerCall : 1_500_000 ,
277277 quoteMinSuccessRate : 0.1 ,
278278 } ,
279279 [ ChainId . ARBITRUM_ONE ] : {
@@ -646,8 +646,8 @@ export const NON_OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]
646646 [ Protocol . V4 ] : {
647647 ...constructSameBatchParamsMap ( DEFAULT_BATCH_PARAMS ) ,
648648 [ ChainId . BASE ] : {
649- multicallChunk : 165 ,
650- gasLimitPerCall : 800_000 ,
649+ multicallChunk : 100 ,
650+ gasLimitPerCall : 1_500_000 ,
651651 quoteMinSuccessRate : 0.1 ,
652652 } ,
653653 [ ChainId . ARBITRUM_ONE ] : {
You can’t perform that action at this time.
0 commit comments