Skip to content

Commit

Permalink
fix(universal-router-sdk): update astrochain sepolia ur address again (
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Oct 7, 2024
1 parent 11f5824 commit 3a49888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdks/universal-router-sdk/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,12 @@ export const CHAIN_CONFIGS: { [key: number]: ChainConfig } = {
weth: '0x4200000000000000000000000000000000000006',
routerConfigs: {
[UniversalRouterVersion.V1_2]: {
address: '0x16D4F26C15f3658ec65B1126ff27DD3dF2a2996b',
creationBlock: 618210,
address: '0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6',
creationBlock: 1241811,
},
[UniversalRouterVersion.V2_0]: {
address: '0x16D4F26C15f3658ec65B1126ff27DD3dF2a2996b',
creationBlock: 618210,
address: '0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6',
creationBlock: 1241811,
},
},
},
Expand Down

0 comments on commit 3a49888

Please sign in to comment.