diff --git a/op-deployer/pkg/deployer/opcm/implementations.go b/op-deployer/pkg/deployer/opcm/implementations.go index 7e8d70bf535..4aaa670db64 100644 --- a/op-deployer/pkg/deployer/opcm/implementations.go +++ b/op-deployer/pkg/deployer/opcm/implementations.go @@ -44,6 +44,7 @@ type DeployImplementationsOutput struct { AnchorStateRegistryImpl common.Address SuperchainConfigImpl common.Address ProtocolVersionsImpl common.Address + EthLockboxImpl common.Address } func (output *DeployImplementationsOutput) CheckOutput(input common.Address) error {