Skip to content

Commit

Permalink
🚀 Deploy & Verify SMv2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Oct 25, 2023
1 parent a935ebe commit 4d4a534
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deploy-addresses/optimism-goerli.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Account": "0x62b26650A52E1B6a669C21a9d43aFD78AC0Ef84F",
"Events": "0x4533D9eAC2eb200B98fD9BaA306221ad2528e52F",
"Account": "0x7813B87e8868Db2Fc781d189B1Bc30965B90eC9e",
"Events": "0x1FCb6ea040623cd56029402F3973BDCF1aFc6141",
"Factory": "0x30582eeE34719fe22b1B6c3b607636A3ab94522E",
"Settings": "0x8B9CbD3da94c637c0652c680Abd3CF7f787aBAF4"
}
4 changes: 2 additions & 2 deletions deploy-addresses/optimism.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Account": "0x9AcbDBABafC7E47dE0769C352b725Fa9fd443Bc2",
"Events": "0x349142D51afCFbB3E9ef70DB1F7dB8437aABC5F7",
"Account": "0x8857CA2255f82E19c52f2E22529afb5f8d021492",
"Events": "0xc3d16e00833355b48d2fD69D838c6ACF004cf4b6",
"Factory": "0x8234F990b149Ae59416dc260305E565e5DAfEb54",
"Settings": "0x865dA103d126b3Be3599D84caB57109A861F5631"
}
4 changes: 2 additions & 2 deletions script/utils/parameters/OptimismGoerliParameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ address constant OPTIMISM_GOERLI_OPS =

// v2.1.2
address constant OPTIMISM_GOERLI_IMPLEMENTATION =
0x62b26650A52E1B6a669C21a9d43aFD78AC0Ef84F;
0x7813B87e8868Db2Fc781d189B1Bc30965B90eC9e;

// released with v2.1.2 implementation (used by v2.1.*)
address constant OPTIMISM_GOERLI_EVENTS =
0x4533D9eAC2eb200B98fD9BaA306221ad2528e52F;
0x1FCb6ea040623cd56029402F3973BDCF1aFc6141;

// updated with v2.1.2 implementation
address constant OPTIMISM_GOERLI_FACTORY =
Expand Down
4 changes: 2 additions & 2 deletions script/utils/parameters/OptimismParameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ address constant OPTIMISM_OPS = 0x340759c8346A1E6Ed92035FB8B6ec57cE1D82c2c;

// v2.1.2
address constant OPTIMISM_IMPLEMENTATION =
0x9AcbDBABafC7E47dE0769C352b725Fa9fd443Bc2;
0x8857CA2255f82E19c52f2E22529afb5f8d021492;

// released with v2.1.2 implementation (used by v2.1.*)
address constant OPTIMISM_EVENTS = 0x349142D51afCFbB3E9ef70DB1F7dB8437aABC5F7;
address constant OPTIMISM_EVENTS = 0xc3d16e00833355b48d2fD69D838c6ACF004cf4b6;

// updated with v2.1.2 implementation
address constant OPTIMISM_FACTORY = 0x8234F990b149Ae59416dc260305E565e5DAfEb54;
Expand Down

0 comments on commit 4d4a534

Please sign in to comment.