Commit ceafacfc authored by Blaine Malone's avatar Blaine Malone Committed by GitHub

op-deployer: updating opcm proxies for mainnet and sepolia (#12527)

parent 661e5b41
...@@ -92,9 +92,12 @@ func SuperchainFor(chainID uint64) (*superchain.Superchain, error) { ...@@ -92,9 +92,12 @@ func SuperchainFor(chainID uint64) (*superchain.Superchain, error) {
func ManagerImplementationAddrFor(chainID uint64) (common.Address, error) { func ManagerImplementationAddrFor(chainID uint64) (common.Address, error) {
switch chainID { switch chainID {
case 1:
// Generated using the bootstrap command on 10/18/2024.
return common.HexToAddress("0x18cec91779995ad14c880e4095456b9147160790"), nil
case 11155111: case 11155111:
// Generated using the bootstrap command on 10/02/2024. // Generated using the bootstrap command on 10/18/2024.
return common.HexToAddress("0x0f29118caed0f72873701bcc079398c594b6f8e4"), nil return common.HexToAddress("0xf564eea7960ea244bfebcbbb17858748606147bf"), nil
default: default:
return common.Address{}, fmt.Errorf("unsupported chain ID: %d", chainID) return common.Address{}, fmt.Errorf("unsupported chain ID: %d", chainID)
} }
......
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