Skip to content

Commit

Permalink
fix(universal-router-sdk): update universal router v2_1 sepolia addre…
Browse files Browse the repository at this point in the history
…ss (#123)

## PR Scope

Update universal router v2_1 sepolia address

## Description

This will unblock Uniswap/smart-order-router#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
  • Loading branch information
jsy1218 authored Sep 30, 2024
1 parent ac6fa6e commit 30020af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/universal-router-sdk/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export const CHAIN_CONFIGS: { [key: number]: ChainConfig } = {
creationBlock: 3543575,
},
[UniversalRouterVersion.V2_0]: {
address: '0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD',
creationBlock: 3543575,
address: '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f',
creationBlock: 6789351,
},
},
},
Expand Down

0 comments on commit 30020af

Please sign in to comment.