Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Nov 18, 2024
1 parent edf7c1a commit f842de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/common/changeset/deploy_mcms_with_timelock.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func DeployMCMSWithTimelock(e deployment.Environment, cfgByChain map[uint64]type
e.Logger, e.Chains, newAddresses, cfgByChain,
)
if err != nil {
return deployment.ChangesetOutput{}, err
return deployment.ChangesetOutput{AddressBook: newAddresses}, err
}
return deployment.ChangesetOutput{AddressBook: newAddresses}, nil
}

0 comments on commit f842de1

Please sign in to comment.