Skip to content

Commit

Permalink
🚀 update optimism sepolia deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed May 21, 2024
1 parent 790804e commit 5984bd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deploy-addresses/optimism-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Account": "0x85B466A1a6E2D2AcEf68Cb86BD3c6Efd7479E55d.",
"Events": "0x3eF73cD1B3B708ab1F2ccB4AcDA036Ac3FDc3615.",
"Account": "0x10B04483d762Bd4F193F35600112ad52391004A7",
"Events": "0x15725a8159629ca9763deC4211e309c94d9f5CB0",
"Factory": "0xF877315CfC91E69e7f4c308ec312cf91D66a095F",
"Settings": "0xA2dF816B2C5D8d799069d6a8a9f8464D402b5D25."
"Settings": "0xb2a20fCdc506a685122847b21E34536359E94C56"
}
6 changes: 3 additions & 3 deletions script/utils/parameters/OptimismSepoliaParameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ address constant OPTIMISM_SEPOLIA_OPS = address(0);

// v2.1.4
address constant OPTIMISM_SEPOLIA_IMPLEMENTATION =
0x85B466A1a6E2D2AcEf68Cb86BD3c6Efd7479E55d;
0x10B04483d762Bd4F193F35600112ad52391004A7;

// released with v2.1.4 implementation (used by v2.1.*)
address constant OPTIMISM_SEPOLIA_EVENTS =
0x3eF73cD1B3B708ab1F2ccB4AcDA036Ac3FDc3615;
0x15725a8159629ca9763deC4211e309c94d9f5CB0;

// updated with v2.1.4 implementation
address constant OPTIMISM_SEPOLIA_FACTORY =
0xF877315CfC91E69e7f4c308ec312cf91D66a095F;

// released with v2.1.4 implementation (used by v2.1.*)
address constant OPTIMISM_SEPOLIA_SETTINGS =
0xA2dF816B2C5D8d799069d6a8a9f8464D402b5D25;
0xb2a20fCdc506a685122847b21E34536359E94C56;

// uniswap v3:
// UniversalRouterV1_2
Expand Down

0 comments on commit 5984bd0

Please sign in to comment.