Skip to content

Commit

Permalink
Bump sor to 3.16.27 (#372)
Browse files Browse the repository at this point in the history
* remove token validators provider from token properties provider ctor

* bump sor to 3.16.27
  • Loading branch information
jsy1218 authored and unicorn-here committed Sep 29, 2023
1 parent aa9dcf5 commit b953352
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion lib/handlers/injector-sor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ export abstract class InjectorSOR<Router, QueryParams> extends Injector<
)
const tokenPropertiesProvider = new TokenPropertiesProvider(
chainId,
tokenValidatorProvider,
new NodeJSCache(new NodeCache({ stdTTL: 30000, useClones: false })),
tokenFeeFetcher
)
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.16.26",
"@uniswap/smart-order-router": "3.16.27",
"@uniswap/token-lists": "^1.0.0-beta.33",
"@uniswap/universal-router-sdk": "^1.5.7",
"@uniswap/v2-sdk": "^3.2.1",
Expand Down

0 comments on commit b953352

Please sign in to comment.