Skip to content

Commit

Permalink
deploying lock v10
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Apr 11, 2022
1 parent 7af56a9 commit 568ced9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unlock-app/src/hooks/useLocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const createLock = async (
owner,
name,
currencyContractAddress,
publicLockVersion: 10, // Current version that we deploy!
},
async (createLockError, transactionHash) => {
if (createLockError) {
Expand Down

0 comments on commit 568ced9

Please sign in to comment.