fix: Fix comments in profileAccess deployment script

This commit is contained in:
vicnaum
2022-10-13 16:14:21 +02:00
parent 8638b85842
commit 9d64160d61

View File

@@ -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