Skip to content

Commit 1dbd0bf

Browse files
authored
fix: bump sdks for cached routes bug fix (#1339)
1 parent f109b18 commit 1dbd0bf

File tree

3 files changed

+34
-30
lines changed

3 files changed

+34
-30
lines changed

lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ export class DynamoRouteCachingProvider extends IRouteCachingProvider {
457457
// requestId is from upstream TAPI
458458
// then we can correlate the async request with the sync request
459459
asyncRequestId: alphaRouterConfig?.requestId,
460+
slippageTolerance: swapOptions?.slippageTolerance,
460461
},
461462
}
462463

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,16 @@
8686
"@types/stats-lite": "^2.2.0",
8787
"@uniswap/default-token-list": "^11.13.0",
8888
"@uniswap/permit2-sdk": "^1.3.0",
89-
"@uniswap/router-sdk": "^2.3.2",
89+
"@uniswap/router-sdk": "^2.3.4",
9090
"@uniswap/sdk-core": "^7.10.0",
9191
"@uniswap/smart-order-router": "4.31.8",
9292
"@uniswap/smart-wallet-sdk": "^2.1.1",
9393
"@uniswap/token-lists": "^1.0.0-beta.33",
94-
"@uniswap/universal-router-sdk": "^4.29.2",
94+
"@uniswap/universal-router-sdk": "^4.29.4",
9595
"@uniswap/v2-sdk": "^4.17.0",
9696
"@uniswap/v3-periphery": "^1.4.4",
9797
"@uniswap/v3-sdk": "^3.27.0",
98-
"@uniswap/v4-sdk": "^1.25.1",
98+
"@uniswap/v4-sdk": "^1.25.5",
9999
"async-retry": "^1.3.1",
100100
"aws-cdk-lib": "^2.137.0",
101101
"aws-embedded-metrics": "^2.0.6",

0 commit comments

Comments
 (0)