Skip to content

Commit

Permalink
Bump SOR to 3.17.3 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeki authored Nov 13, 2023
1 parent b5a3f10 commit a368f69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions lib/handlers/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
CacheMode,
ITokenListProvider,
ITokenProvider,
LowerCaseStringArray,
MapWithLowerCaseKey,
NATIVE_NAMES_BY_ID,
nativeOnChain,
Expand Down Expand Up @@ -78,6 +79,9 @@ export const DEFAULT_ROUTING_CONFIG_BY_CHAIN = (chainId: ChainId): AlphaRouterCo
topNDirectSwaps: 1,
topNTokenInOut: 5,
topNSecondHop: 2,
tokensToAvoidOnSecondHops: new LowerCaseStringArray(
'0xd46ba6d942050d489dbd938a2c909a5d5039a161' // AMPL on Mainnet
),
topNWithEachBaseToken: 2,
topNWithBaseToken: 6,
},
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@uniswap/permit2-sdk": "^1.2.0",
"@uniswap/router-sdk": "^1.6.0",
"@uniswap/sdk-core": "^4.0.7",
"@uniswap/smart-order-router": "3.17.2",
"@uniswap/smart-order-router": "3.17.3",
"@uniswap/token-lists": "^1.0.0-beta.33",
"@uniswap/universal-router-sdk": "^1.5.8",
"@uniswap/v2-sdk": "^3.2.3",
Expand Down

0 comments on commit a368f69

Please sign in to comment.