Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
contracts-bedrock: correct create2deployer address (ethereum-optimism…
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored Jan 11, 2024
1 parent 1fd1cbc commit e109fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/src/libraries/Predeploys.sol
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ library Predeploys {
address internal constant MultiCall3 = 0xcA11bde05977b3631167028862bE2a173976CA11;

/// @notice Address of the Create2Deployer predeploy.
address internal constant Create2Deployer = 0xF49600926c7109BD66Ab97a2c036bf696e58Dbc2;
address internal constant Create2Deployer = 0x13b0D85CcB8bf860b6b79AF3029fCA081AE9beF2;

/// @notice Address of the Safe_v130 predeploy.
address internal constant Safe_v130 = 0x69f4D1788e39c87893C980c06EdF4b7f686e2938;
Expand Down

0 comments on commit e109fed

Please sign in to comment.