Skip to content

Commit

Permalink
fix: bump sor to 4.14.3 - fix: tenderly doesn't support monad testnet (
Browse files Browse the repository at this point in the history
…#800)

- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
Bug fix

- **What is the current behavior?** (You can also link to an open issue here)
tenderly doesn't support monad testnet

- **What is the new behavior (if this is a feature change)?**
bypass tenderly for monad testnt

- **Other information**:
  • Loading branch information
jsy1218 authored Jan 17, 2025
1 parent a325208 commit 20cffa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@uniswap/smart-order-router",
"version": "4.14.2",
"version": "4.14.3",
"description": "Uniswap Smart Order Router",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/providers/tenderly-simulation-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export const TENDERLY_NOT_SUPPORTED_CHAINS = [
// tenderly node RPC supports BNB and ZORA upon request, we will make them available
ChainId.BNB,
ChainId.ZORA,
ChainId.MONAD_TESTNET,
];

// We multiply tenderly gas limit by this to overestimate gas limit
Expand Down

0 comments on commit 20cffa0

Please sign in to comment.