mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
fix: Fix comments in profileAccess deployment script
This commit is contained in:
@@ -47,7 +47,7 @@ task('deploy-profile-access', 'deploys the Profile Access contract with explorer
|
||||
'contracts/upgradeability/TransparentUpgradeableProxy.sol:TransparentUpgradeableProxy'
|
||||
);
|
||||
|
||||
// Connect the hub proxy to the LensHub factory and the governance for ease of use.
|
||||
// Connect the profileAccess proxy to the ProfileAccess factory and the governance for ease of use.
|
||||
const profileAccess = ProfileAccess__factory.connect(proxy.address, governance);
|
||||
|
||||
// Save and log the addresses
|
||||
|
||||
Reference in New Issue
Block a user