Skip to content

Commit

Permalink
deploying v11 locks
Browse files Browse the repository at this point in the history
  • Loading branch information
unlock-deployer committed Aug 2, 2022
1 parent cc0ffc3 commit 660b70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unlock-app/src/hooks/useLocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const createLock = async (
owner,
name,
currencyContractAddress,
publicLockVersion: 10, // Current version that we deploy!
publicLockVersion: 11, // Current version that we deploy!
},
async (createLockError, transactionHash) => {
if (createLockError) {
Expand Down

0 comments on commit 660b70e

Please sign in to comment.