mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 06:38:05 -05:00
misc: Removed the collectActionModule from the publicActProxy as it was not needed anymore
This commit is contained in:
@@ -401,10 +401,7 @@ contract DeployFreshLensV2 is Script, ForkManagement, ArrayHelpers {
|
||||
litAccessControl = LitAccessControl(address(litAccessControlProxy));
|
||||
_logDeployedAddress(address(litAccessControl), 'LitAccessControl');
|
||||
|
||||
publicActProxy = new PublicActProxy({
|
||||
lensHub: address(hub),
|
||||
collectPublicationAction: address(collectPublicationAction)
|
||||
});
|
||||
publicActProxy = new PublicActProxy({lensHub: address(hub)});
|
||||
_logDeployedAddress(address(publicActProxy), 'PublicActProxy');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user