Skip to content

Commit

Permalink
🚀 Deploy Updated Events & Account
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Oct 25, 2023
1 parent 8e54fd1 commit a935ebe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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": "0x5f78a5EdF0B356F50886a6829Fc02B16532e8735",
"Events": "0xe32F27B27F4ea5f10f269b52223910bA83e2933C",
"Account": "0x62b26650A52E1B6a669C21a9d43aFD78AC0Ef84F",
"Events": "0x4533D9eAC2eb200B98fD9BaA306221ad2528e52F",
"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": "0x6B86c1A6878940666489780871E1C98B366d0aFF",
"Events": "0xB753d2EE5dcA1fF39A83CA3Ec500656c31Be940b",
"Account": "0x9AcbDBABafC7E47dE0769C352b725Fa9fd443Bc2",
"Events": "0x349142D51afCFbB3E9ef70DB1F7dB8437aABC5F7",
"Factory": "0x8234F990b149Ae59416dc260305E565e5DAfEb54",
"Settings": "0x865dA103d126b3Be3599D84caB57109A861F5631"
}
10 changes: 5 additions & 5 deletions script/utils/parameters/OptimismGoerliParameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ address constant OPTIMISM_GOERLI_GELATO =
address constant OPTIMISM_GOERLI_OPS =
0x255F82563b5973264e89526345EcEa766DB3baB2;

// v2.1.1
// v2.1.2
address constant OPTIMISM_GOERLI_IMPLEMENTATION =
0x5f78a5EdF0B356F50886a6829Fc02B16532e8735;
0x62b26650A52E1B6a669C21a9d43aFD78AC0Ef84F;

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

// updated with v2.1.1 implementation
// updated with v2.1.2 implementation
address constant OPTIMISM_GOERLI_FACTORY =
0x30582eeE34719fe22b1B6c3b607636A3ab94522E;

Expand Down
10 changes: 5 additions & 5 deletions script/utils/parameters/OptimismParameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ address constant OPTIMISM_GELATO = 0x01051113D81D7d6DA508462F2ad6d7fD96cF42Ef;

address constant OPTIMISM_OPS = 0x340759c8346A1E6Ed92035FB8B6ec57cE1D82c2c;

// v2.1.1
// v2.1.2
address constant OPTIMISM_IMPLEMENTATION =
0x6B86c1A6878940666489780871E1C98B366d0aFF;
0x9AcbDBABafC7E47dE0769C352b725Fa9fd443Bc2;

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

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

// released with v2.1.0 implementation (used by v2.1.*)
Expand Down

0 comments on commit a935ebe

Please sign in to comment.