Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Jun 7, 2024
1 parent 2e94ec2 commit 449a981
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/deploy/mainnet/013_UpgradeMigratorScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ contract UpgradeMigratorScript is BaseMainnetScript {
deployedContracts["MIGRATOR"], "upgradeTo(address)", abi.encode(deployedContracts["MIGRATOR_IMPL"])
);

govProposal.action(
Addresses.VEOGV, "upgradeTo(address)", abi.encode(deployedContracts["VEOGV_IMPL"])
);
govProposal.action(Addresses.VEOGV, "upgradeTo(address)", abi.encode(deployedContracts["VEOGV_IMPL"]));
}

function _fork() internal override {
Expand Down

0 comments on commit 449a981

Please sign in to comment.