Skip to content

Commit

Permalink
tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
shafu0x committed Jun 24, 2024
1 parent 3b53e60 commit 6124b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy/DeployVaultManagerV3.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract DeployVaultManagerV3 is Script, Parameters {
Upgrades.upgradeProxy(
MAINNET_V2_VAULT_MANAGER,
"VaultManagerV3.sol",
abi.encodeCall(VaultManagerV3.initialize)
abi.encodeCall(VaultManagerV3.initialize, ())
);

vm.stopBroadcast(); // ----------------------------
Expand Down

0 comments on commit 6124b8b

Please sign in to comment.