From ee0692ccaa2205944235f963f9c14b4fa84fb4eb Mon Sep 17 00:00:00 2001 From: Julien Genestoux Date: Mon, 12 Dec 2022 22:06:00 -0500 Subject: [PATCH] updated community lock --- .unlock-protocol.config.json | 4 ++-- README.md | 2 +- scripts/production-pull-request-template.sh | 2 +- .../interface/locks/CheckoutUrl/elements/LocksForm.tsx | 2 +- .../interface/locks/Settings/forms/LockManagerForm.tsx | 4 +--- .../interface/locks/Settings/forms/VerifierForm.tsx | 4 +--- unlock-protocol-com/blog/integratating-unlock-react.md | 4 ++-- unlock-protocol-com/blog/locking-glitch.md | 4 ++-- unlock-protocol-com/blog/member-wall.md | 6 +++--- unlock-protocol-com/blog/multichain-support.md | 4 ++-- unlock-protocol-com/blog/open-api-support.md | 2 +- unlock-protocol-com/src/config/paywallConfig.ts | 4 ++-- 12 files changed, 19 insertions(+), 23 deletions(-) diff --git a/.unlock-protocol.config.json b/.unlock-protocol.config.json index 2dd16e3cdcc..df3f2bd73e2 100644 --- a/.unlock-protocol.config.json +++ b/.unlock-protocol.config.json @@ -1,8 +1,8 @@ { "locks": { - "0xCE62D71c768aeD7EA034c72a1bc4CF58830D9894": { + "0xb77030a7e47a5eb942a4748000125e70be598632": { "name": "Unlock Community", - "network": 100 + "network": 137 } } } diff --git a/README.md b/README.md index 68d36de9c68..27dc44e9d14 100644 --- a/README.md +++ b/README.md @@ -144,4 +144,4 @@ Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infras Thank you to all the Members of our lock as well! You can easily join this list by clicking on the ❤️ Sponsor button (it's free!) at the top of this page too. -![Members](https://member-wall.unlock-protocol.com/api/members?network=100&locks=0xCE62D71c768aeD7EA034c72a1bc4CF58830D9894&maxHeight=300) +![Members](https://member-wall.unlock-protocol.com/api/members?network=137&locks=0xb77030a7e47a5eb942a4748000125e70be598632&maxHeight=300) diff --git a/scripts/production-pull-request-template.sh b/scripts/production-pull-request-template.sh index ef6bda2582b..549bd8262ff 100644 --- a/scripts/production-pull-request-template.sh +++ b/scripts/production-pull-request-template.sh @@ -27,7 +27,7 @@ Reviewing code for this Pull Request is not practical, however, you are asked to * [ ] In the purchase URL, configure metadata collection to collect an email address (\`\"metadataInputs\": [ { name: 'Name', type: 'text', required: true } ],\`) * [ ] By using a recent lock, enable multiple purchase in the URL (\`\"maxRecipients\": 6\`) * [ ] Go through the checkout flow and ensure that it works as expected (data is collected for 2 users + and 2 keys are minted) -* [ ] Use a v9 lock and check if multiple purchase is successful for compatibility. Use lock address: `0xCE62D71c768aeD7EA034c72a1bc4CF58830D9894` on network `100` gnosis. +* [ ] Use a v9 lock and check if multiple purchase is successful for compatibility. Use lock address: `0xb77030a7e47a5eb942a4748000125e70be598632` on network `100` gnosis. ## Credit Card flow for Unlock User accounts * [ ] Open the demo for a lock that has credit card enabled diff --git a/unlock-app/src/components/interface/locks/CheckoutUrl/elements/LocksForm.tsx b/unlock-app/src/components/interface/locks/CheckoutUrl/elements/LocksForm.tsx index ab948d19d28..faa4a5d6063 100644 --- a/unlock-app/src/components/interface/locks/CheckoutUrl/elements/LocksForm.tsx +++ b/unlock-app/src/components/interface/locks/CheckoutUrl/elements/LocksForm.tsx @@ -471,7 +471,7 @@ const LockListItem = ({ {name || 'Default'} - {addressMinify(address)} + {address}
diff --git a/unlock-app/src/components/interface/locks/Settings/forms/LockManagerForm.tsx b/unlock-app/src/components/interface/locks/Settings/forms/LockManagerForm.tsx index cb735f0cbdd..2563f6c6042 100644 --- a/unlock-app/src/components/interface/locks/Settings/forms/LockManagerForm.tsx +++ b/unlock-app/src/components/interface/locks/Settings/forms/LockManagerForm.tsx @@ -182,9 +182,7 @@ const LockManagerCard = ({ />
- - {addressMinify(manager)} - + {manager} {isLoggedUser && ( {`That's you`} diff --git a/unlock-app/src/components/interface/locks/Settings/forms/VerifierForm.tsx b/unlock-app/src/components/interface/locks/Settings/forms/VerifierForm.tsx index 085be1f4717..a22aa803564 100644 --- a/unlock-app/src/components/interface/locks/Settings/forms/VerifierForm.tsx +++ b/unlock-app/src/components/interface/locks/Settings/forms/VerifierForm.tsx @@ -61,9 +61,7 @@ const VerifierCard = ({ return (
- - {addressMinify(address)} - + {address} {isCurrentAccount && ( {`That's you`} diff --git a/unlock-protocol-com/blog/integratating-unlock-react.md b/unlock-protocol-com/blog/integratating-unlock-react.md index 70506002529..84154b2cd6f 100644 --- a/unlock-protocol-com/blog/integratating-unlock-react.md +++ b/unlock-protocol-com/blog/integratating-unlock-react.md @@ -38,9 +38,9 @@ The snippet inserted above needs to know which lock are used on this page. For t