From 20cffa0d9b93c0f34cdd17e699d27b3ba434d930 Mon Sep 17 00:00:00 2001 From: "Siyu Jiang (See-You John)" <91580504+jsy1218@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:31:09 -0800 Subject: [PATCH] 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**: --- package-lock.json | 4 ++-- package.json | 2 +- src/providers/tenderly-simulation-provider.ts | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdf69b74b..a6678f38f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uniswap/smart-order-router", - "version": "4.14.2", + "version": "4.14.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@uniswap/smart-order-router", - "version": "4.14.2", + "version": "4.14.3", "license": "GPL", "dependencies": { "@eth-optimism/sdk": "^3.2.2", diff --git a/package.json b/package.json index a1c5b5bff..13f07071b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/providers/tenderly-simulation-provider.ts b/src/providers/tenderly-simulation-provider.ts index b2576fe7a..81470b856 100644 --- a/src/providers/tenderly-simulation-provider.ts +++ b/src/providers/tenderly-simulation-provider.ts @@ -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