Skip to content

Commit 76b119f

Browse files
authored
chore: bump sor 4.22.33 - chore: enable v4 for Celo (#1265)
* chore: bump sor 4.22.33 - chore: enable v4 for Celo * package lock json * fix prettier
1 parent 294b692 commit 76b119f

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

lib/handlers/injector-sor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ export abstract class InjectorSOR<Router, QueryParams> extends Injector<
543543
ChainId.MAINNET,
544544
ChainId.SONEIUM,
545545
ChainId.MONAD,
546+
ChainId.CELO,
546547
]
547548

548549
// https://linear.app/uniswap/issue/ROUTE-467/tenderly-simulation-during-caching-lambda

lib/util/onChainQuoteProviderConfigs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export const OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS: { [protocol in Protocol]: {
273273
...constructSameBatchParamsMap(DEFAULT_BATCH_PARAMS),
274274
[ChainId.BASE]: {
275275
multicallChunk: 330,
276-
gasLimitPerCall: 400_000,
276+
gasLimitPerCall: 400_000,
277277
quoteMinSuccessRate: 0.1,
278278
},
279279
[ChainId.ARBITRUM_ONE]: {

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@uniswap/permit2-sdk": "^1.3.0",
8989
"@uniswap/router-sdk": "^2.1.0",
9090
"@uniswap/sdk-core": "^7.8.0",
91-
"@uniswap/smart-order-router": "4.22.32",
91+
"@uniswap/smart-order-router": "4.22.33",
9292
"@uniswap/smart-wallet-sdk": "^2.1.1",
9393
"@uniswap/token-lists": "^1.0.0-beta.33",
9494
"@uniswap/universal-router-sdk": "^4.21.0",

0 commit comments

Comments
 (0)