Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy-addresses/base-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"UniversalRouter": "0x95273d871c8156636e114b63797d78D7E1720d81",
"UniversalRouter": "0xbc6fcc3a22d051121454a9fc51906b67e8c4fc68",
"UnsupportedProtocol": "0x7B46ee9BaB49bd5b37117494689A035b0F187B59"
}
2 changes: 1 addition & 1 deletion deploy-addresses/op-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"UniversalRouter": "0x78e7F1502A9e4115dEbd6876E0AC4FaEBDB96880",
"UniversalRouter": "0x0b5c43b24aefa0b385612a32b08590bca60a9f93",
"UnsupportedProtocol": "0xFC885F37F5A9FA8159c8dBb907fc1b0C2fB31323"
}
2 changes: 1 addition & 1 deletion deploy-addresses/sepolia.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"UniversalRouterV1_2": "0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD",
"UniversalRouterV1_2": "0x3351b9ace67d308c29d5c491c53a58785cb16992",
"UnsupportedProtocol": "0x5302086A3a25d473aAbBd0356eFf8Dd811a4d89B"
}
2 changes: 1 addition & 1 deletion deploy-addresses/unichain-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"UniversalRouter": "0x5418a6d871d327a1cefe6deb97153f07cbf6030e",
"UniversalRouter": "0xb234f8bf86bc56d7083870a186a927183a9a1eb4",
"UnsupportedProtocol": "0x7B46ee9BaB49bd5b37117494689A035b0F187B59"
}
4 changes: 2 additions & 2 deletions script/deployParameters/DeployBaseSepolia.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ contract DeployBaseSepolia is DeployUniversalRouter {
v3Factory: 0x4752ba5DBc23f44D87826276BF6Fd6b1C372aD24,
pairInitCodeHash: 0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f,
poolInitCodeHash: 0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54,
v4PoolManager: 0x7Da1D65F8B249183667cdE74C5CBD46dD38AA829,
v4PoolManager: 0xcFA0A7b03Da220b5d68fFA048aaCf48daeE1915e,
v3NFTPositionManager: 0x27F971cb582BF9E50F397e4d29a5C7A34f11faA2,
v4PositionManager: 0xcDbe7b1ed817eF0005ECe6a3e576fbAE2EA5EAFE
v4PositionManager: 0x2224f77C646FD4322DF82c374E935921f6AAe19E
});

unsupported = 0x76870DEbef0BE25589A5CddCe9B1D99276C73B4e;
Expand Down
4 changes: 2 additions & 2 deletions script/deployParameters/DeployOPSepolia.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ contract DeployOPSepolia is DeployUniversalRouter {
v3Factory: 0x4752ba5DBc23f44D87826276BF6Fd6b1C372aD24,
pairInitCodeHash: 0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f,
poolInitCodeHash: 0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54,
v4PoolManager: 0xE5dF461803a59292c6c03978c17857479c40bc46,
v4PoolManager: 0x1411060f44DA12017ADbB34De5f9238912dB2055,
v3NFTPositionManager: 0x27F971cb582BF9E50F397e4d29a5C7A34f11faA2,
v4PositionManager: 0xEf3853450006cE9FB12B540486c920c9a705F502
v4PositionManager: 0x6550fa0D92B38F52C37D32d71084A7B270226Ba5
});

unsupported = 0xFC885F37F5A9FA8159c8dBb907fc1b0C2fB31323;
Expand Down
4 changes: 2 additions & 2 deletions script/deployParameters/DeploySepolia.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ contract DeploySepolia is DeployUniversalRouter {
v3Factory: 0x0227628f3F023bb0B980b67D528571c95c6DaC1c,
pairInitCodeHash: 0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f,
poolInitCodeHash: 0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54,
v4PoolManager: address(0),
v4PoolManager: 0xbAc21cdee1C59CCBda4547FC531803bD0D038251,
v3NFTPositionManager: 0x1238536071E1c677A632429e3655c799b22cDA52,
v4PositionManager: address(0)
v4PositionManager: 0x03A27bad61a57c3D1f5922a8cFc87768de6fc741
});

unsupported = 0x5302086A3a25d473aAbBd0356eFf8Dd811a4d89B;
Expand Down
4 changes: 2 additions & 2 deletions script/deployParameters/DeployUnichainSepolia.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ contract DeployUnichainSepolia is DeployUniversalRouter {
v3Factory: 0x1F98431c8aD98523631AE4a59f267346ea31F984,
pairInitCodeHash: 0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f,
poolInitCodeHash: 0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54,
v4PoolManager: 0xC81462Fec8B23319F288047f8A03A57682a35C1A,
v4PoolManager: 0xd51ccB81De8426637f7b6fA8405B1990a3B81648,
v3NFTPositionManager: 0xB7F724d6dDDFd008eFf5cc2834edDE5F9eF0d075,
v4PositionManager: 0xB433cB9BcDF4CfCC5cAB7D34f90d1a7deEfD27b9
v4PositionManager: 0x5Cd9D2Ae2BBbF59599d92fF57621d257be371639
});

unsupported = 0x76870DEbef0BE25589A5CddCe9B1D99276C73B4e;
Expand Down