Skip to content

Commit

Permalink
feat(universal-router-sdk): sepolia and unichain sepolia using re-dep…
Browse files Browse the repository at this point in the history
…loyed v4 addresses (#230)
  • Loading branch information
jsy1218 authored Jan 7, 2025
1 parent 4e05367 commit ee53e8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion sdks/universal-router-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@openzeppelin/contracts": "4.7.0",
"@uniswap/permit2-sdk": "^1.3.0",
"@uniswap/router-sdk": "^1.15.0",
"@uniswap/sdk-core": "^6.0.0",
"@uniswap/sdk-core": "^6.1.1",
"@uniswap/universal-router": "2.0.0-beta.2",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-sdk": "^4.7.0",
Expand Down
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 @@ -56,8 +56,8 @@ export const CHAIN_CONFIGS: { [key: number]: ChainConfig } = {
creationBlock: 3543575,
},
[UniversalRouterVersion.V2_0]: {
address: '0x4D73A4411CA1c660035e4AECC8270E5DdDEC8C17', // only update here and creation block below
creationBlock: 6898582,
address: '0x3a9d48ab9751398bbfa63ad67599bb04e4bdf98b', // only update here and creation block below
creationBlock: 7259601,
},
},
},
Expand Down Expand Up @@ -289,8 +289,8 @@ export const CHAIN_CONFIGS: { [key: number]: ChainConfig } = {
creationBlock: 1241811,
},
[UniversalRouterVersion.V2_0]: {
address: '0xcA7577Afb670147c7b211C798B97118bd36058F3',
creationBlock: 1490973,
address: '0xf70536b3bcc1bd1a972dc186a2cf84cc6da6be5d',
creationBlock: 7100543,
},
},
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4556,9 +4556,9 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/sdk-core@npm:^6.0.0":
version: 6.0.0
resolution: "@uniswap/sdk-core@npm:6.0.0"
"@uniswap/sdk-core@npm:^6.0.0, @uniswap/sdk-core@npm:^6.1.1":
version: 6.1.1
resolution: "@uniswap/sdk-core@npm:6.1.1"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/bytes": ^5.7.0
Expand All @@ -4569,7 +4569,7 @@ __metadata:
jsbi: ^3.1.4
tiny-invariant: ^1.1.0
toformat: ^2.0.0
checksum: 395808ddb8425a98226fd5d19783067c29bdda6c8e6b05032a57a6c66db58870f8f6766b0d1c93bd9e15e4c646f283712bea8cb177aca7818234c3b3c743db2d
checksum: f9b0433aaec6727fbf012eb5a1fecf34c791ae5411980e56032db694bf12eff09dee281a19266ffae138a968ce14b8dac2740a5b4e9495c81b3b21299303c72d
languageName: node
linkType: hard

Expand Down Expand Up @@ -4648,7 +4648,7 @@ __metadata:
"@types/node-fetch": ^2.6.2
"@uniswap/permit2-sdk": ^1.3.0
"@uniswap/router-sdk": ^1.15.0
"@uniswap/sdk-core": ^6.0.0
"@uniswap/sdk-core": ^6.1.1
"@uniswap/universal-router": 2.0.0-beta.2
"@uniswap/v2-core": ^1.0.1
"@uniswap/v2-sdk": ^4.7.0
Expand Down

0 comments on commit ee53e8f

Please sign in to comment.