Skip to content

Commit b14f53e

Browse files
authored
fix: incrase gasLimit to 1.5m on base v4 (#1270)
fix: incrase gas limits to 1.5m on base v4
1 parent 8c4807c commit b14f53e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/util/onChainQuoteProviderConfigs.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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]: {

0 commit comments

Comments
 (0)