From a83235ec2750164ba4afcdb808b50447dd587aad Mon Sep 17 00:00:00 2001 From: Alex Keating Date: Mon, 16 May 2022 21:23:00 -0400 Subject: [PATCH 1/2] Bump profile version and pin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50cc013..797ffe4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@remirror/react": "^1.0.21", "@remirror/react-editors": "^0.1.51", "@rollup/plugin-strip": "^2.1.0", - "@self.id/web": "^0.2.0", + "@self.id/web": "0.4.0", "@types/react-redux": "^7.1.22", "@types/styled-components": "^5.1.20", "@unlock-protocol/unlock-js": "^0.21.2", From 7f551ab41b617b7b9b4c86399394885ca45638e4 Mon Sep 17 00:00:00 2001 From: Alex Keating Date: Mon, 16 May 2022 21:24:34 -0400 Subject: [PATCH 2/2] Revert "More initial" This reverts commit 3d13081ab57e750e6d22013c21f1232b4b8c0e0b. --- src/lib/unlock.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/unlock.ts b/src/lib/unlock.ts index 169b4b4..f4e51e2 100644 --- a/src/lib/unlock.ts +++ b/src/lib/unlock.ts @@ -67,6 +67,7 @@ export const fetchUserMetadata = async ( primaryType: "KeyMetadata", message: { LockMetaData: { + owners: [], address: lockAddress, owner: walletAddress, timestamp: 1647915321730,