Skip to content

Commit

Permalink
fix initialization in Main script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarti committed Mar 24, 2024
1 parent 6705978 commit 7dfad8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/foundry/deployment/Main.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ contract Main is Script, BroadcastManager, JsonDeploymentHandler, StorageLayoutC
TestProxyHelper.deployUUPSProxy(
impl,
abi.encodeCall(
AccessController.initialize,
ModuleRegistry.initialize,
address(governance)
)
)
Expand Down

0 comments on commit 7dfad8c

Please sign in to comment.