From 30020afec42f91dd5d7ea09de62741bf51ef29db Mon Sep 17 00:00:00 2001 From: "Siyu Jiang (See-You John)" <91580504+jsy1218@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:12:54 -0700 Subject: [PATCH] fix(universal-router-sdk): update universal router v2_1 sepolia address (#123) ## PR Scope Update universal router v2_1 sepolia address ## Description This will unblock https://github.com/Uniswap/smart-order-router/pull/728 failed sepolia test ## How Has This Been Tested? ## Are there any breaking changes? No ## (Optional) Feedback Focus ## (Optional) Follow Ups We will need to deploy universal router to production nets --- sdks/universal-router-sdk/src/utils/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/universal-router-sdk/src/utils/constants.ts b/sdks/universal-router-sdk/src/utils/constants.ts index 3485557f9..87c562e87 100644 --- a/sdks/universal-router-sdk/src/utils/constants.ts +++ b/sdks/universal-router-sdk/src/utils/constants.ts @@ -56,8 +56,8 @@ export const CHAIN_CONFIGS: { [key: number]: ChainConfig } = { creationBlock: 3543575, }, [UniversalRouterVersion.V2_0]: { - address: '0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD', - creationBlock: 3543575, + address: '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f', + creationBlock: 6789351, }, }, },