Skip to content

Commit

Permalink
fix: Fix comments in profileAccess deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnaum committed Oct 13, 2022
1 parent 8638b85 commit 9d64160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy-profile-access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d64160

Please sign in to comment.