Commit e109fede authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

contracts-bedrock: correct create2deployer address (#8946)

The correct version is defined in https://github.com/ethereum-optimism/optimism/blob/4fc388164d51dea8d9efa5001fc5fec88ddbc72c/op-bindings/predeploys/addresses.go#L28C35-L28C77.
parent 1fd1cbc7
...@@ -82,7 +82,7 @@ library Predeploys { ...@@ -82,7 +82,7 @@ library Predeploys {
address internal constant MultiCall3 = 0xcA11bde05977b3631167028862bE2a173976CA11; address internal constant MultiCall3 = 0xcA11bde05977b3631167028862bE2a173976CA11;
/// @notice Address of the Create2Deployer predeploy. /// @notice Address of the Create2Deployer predeploy.
address internal constant Create2Deployer = 0xF49600926c7109BD66Ab97a2c036bf696e58Dbc2; address internal constant Create2Deployer = 0x13b0D85CcB8bf860b6b79AF3029fCA081AE9beF2;
/// @notice Address of the Safe_v130 predeploy. /// @notice Address of the Safe_v130 predeploy.
address internal constant Safe_v130 = 0x69f4D1788e39c87893C980c06EdF4b7f686e2938; address internal constant Safe_v130 = 0x69f4D1788e39c87893C980c06EdF4b7f686e2938;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment