Skip to content

Commit ace3d3d

Browse files
authored
Revert "fix: bump sdks for cached routes bug fix (#1339)" (#1341)
This reverts commit 1dbd0bf.
1 parent 1dbd0bf commit ace3d3d

File tree

3 files changed

+30
-34
lines changed

3 files changed

+30
-34
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ 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,
461460
},
462461
}
463462

package-lock.json

Lines changed: 27 additions & 30 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.4",
89+
"@uniswap/router-sdk": "^2.3.2",
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.4",
94+
"@uniswap/universal-router-sdk": "^4.29.2",
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.5",
98+
"@uniswap/v4-sdk": "^1.25.1",
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)