Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Dec 13, 2024
1 parent 9127dc0 commit 5818469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func TransferToDeployer(e deployment.Environment, cfg TransferToDeployerConfig)
if err != nil {
return deployment.ChangesetOutput{}, err
}
tls, err := MaybeLoadMCMSWithTimelockState(e.Chains[cfg.ChainSel], addrs)
tls, err := MaybeLoadMCMSWithTimelockChainState(e.Chains[cfg.ChainSel], addrs)
if err != nil {
return deployment.ChangesetOutput{}, err
}
Expand Down

0 comments on commit 5818469

Please sign in to comment.