From c07d927d67d0a835721c4399f513e06cd3973da6 Mon Sep 17 00:00:00 2001 From: vicnaum Date: Mon, 6 May 2024 22:33:22 +0200 Subject: [PATCH] misc: todo left in fresh lens v2 deployment script --- script/DeployFreshLensV2.s.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/DeployFreshLensV2.s.sol b/script/DeployFreshLensV2.s.sol index 2d5e087..a403ff3 100644 --- a/script/DeployFreshLensV2.s.sol +++ b/script/DeployFreshLensV2.s.sol @@ -533,6 +533,8 @@ contract DeployFreshLensV2 is Script, ForkManagement, ArrayHelpers { vm.writeLine(addressesFile, string.concat('AnonymousProfileId :', vm.toString(anonymousProfileId))); console.log('\n* * * Anonymous profile created with id: ', anonymousProfileId); saveValue('AnonymousProfileId', vm.toString(anonymousProfileId)); + + // TODO: Add PublicActProxy as a delegatedExecutor of anonymousProfileId } vm.stopBroadcast();