misc: Removed the collectActionModule from the publicActProxy as it was not needed anymore

This commit is contained in:
vicnaum
2024-05-17 15:48:32 +02:00
parent 39ee4ea0e7
commit 90901fccc9
5 changed files with 5 additions and 24 deletions

View File

@@ -41,11 +41,9 @@ contract PublicActProxy is PublicActProxy_MetaTx {
using SafeERC20 for IERC20;
ILensHub public immutable HUB;
CollectPublicationAction public immutable COLLECT_PUBLICATION_ACTION;
constructor(address lensHub, address collectPublicationAction) {
constructor(address lensHub) {
HUB = ILensHub(lensHub);
COLLECT_PUBLICATION_ACTION = CollectPublicationAction(collectPublicationAction);
}
// The free act is pretty simple, but should follow the rules above: