Skip to content

Commit 20cffa0

Browse files
authored
fix: bump sor to 4.14.3 - fix: tenderly doesn't support monad testnet (#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**:
1 parent a325208 commit 20cffa0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uniswap/smart-order-router",
3-
"version": "4.14.2",
3+
"version": "4.14.3",
44
"description": "Uniswap Smart Order Router",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

src/providers/tenderly-simulation-provider.ts

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export const TENDERLY_NOT_SUPPORTED_CHAINS = [
166166
// tenderly node RPC supports BNB and ZORA upon request, we will make them available
167167
ChainId.BNB,
168168
ChainId.ZORA,
169+
ChainId.MONAD_TESTNET,
169170
];
170171

171172
// We multiply tenderly gas limit by this to overestimate gas limit

0 commit comments

Comments
 (0)