Skip to content

Commit

Permalink
feat: migrate to tenderly node endpoint at 1% on mainnet (#801)
Browse files Browse the repository at this point in the history
* chore: bump sor to 3.39.0

* feat: migrate to tenderly node endpoint at 1% on mainnet
  • Loading branch information
jsy1218 authored Jul 31, 2024
1 parent c143382 commit d3cd6a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/handlers/injector-sor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export abstract class InjectorSOR<Router, QueryParams> extends Injector<
undefined,
// The timeout for the underlying axios call to Tenderly, measured in milliseconds.
2.5 * 1000,
20,
1,
[ChainId.MAINNET]
)

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 @@ -87,7 +87,7 @@
"@uniswap/router-sdk": "^1.9.2",
"@uniswap/sdk-core": "^5.3.0",
"@types/semver": "^7.5.8",
"@uniswap/smart-order-router": "3.38.0",
"@uniswap/smart-order-router": "3.39.0",
"@uniswap/token-lists": "^1.0.0-beta.33",
"@uniswap/universal-router-sdk": "^2.2.0",
"@uniswap/v2-sdk": "^4.3.2",
Expand Down

0 comments on commit d3cd6a1

Please sign in to comment.