Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlock Deployment on DEGEN Chain #13737

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

pavvann
Copy link
Contributor

@pavvann pavvann commented May 1, 2024

This PR contains details for Unlock Protocol Deployment on DEGEN Chain

Contract Addresses:
Unlock: 0x74771a16f1571A0D68D01058E0a1A9C38b295D7d
https://explorer.degen.tips/address/0x74771a16f1571A0D68D01058E0a1A9C38b295D7d

Unlock impl: 0x8D93fEcb88AF2f4f40E6A40Cc707523DBe701185
https://explorer.degen.tips/address/0x8D93fEcb88AF2f4f40E6A40Cc707523DBe701185

PublicLock: 0x8E5B0d726b76ec5769350709B5Cb9b397105aAC7
https://explorer.degen.tips/address/0x8E5B0d726b76ec5769350709B5Cb9b397105aAC7

PurchaseHook: 0x246b87d54f3ad4d615cfb41d149222101bc87daD
https://explorer.degen.tips/address/0x246b87d54f3ad4d615cfb41d149222101bc87daD?tab=write_contract

@cla-bot cla-bot bot added the cla-signed label May 1, 2024
@julien51 julien51 requested a review from clemsos May 2, 2024 00:21
packages/networks/src/networks/degen.ts Outdated Show resolved Hide resolved
packages/networks/src/networks/degen.ts Outdated Show resolved Hide resolved
@clemsos
Copy link
Member

clemsos commented May 6, 2024

@pavvann Is safe multisig deployed on DEGEN ?

@pavvann
Copy link
Contributor Author

pavvann commented May 7, 2024

@pavvann Is safe multisig deployed on DEGEN ?

@clemsos no. i think i have to transfer ownership to unlock-protocol.eth?

@clemsos
Copy link
Member

clemsos commented May 28, 2024

@pavvann seems like https://safe-degen.onchainden.com/welcome exists. I will try to add a safe here to hold the contracts

@unlock-deployer
Copy link
Collaborator

packages/networks/src/networks/degen.ts

The setup is successful :

  • ✅ all mandatory keys are present

We have found the following errors :

  • ❌ Multisig is missing.

Some verification calls have failed :

  • ❌ Failed to check verification for contract PublicLockLatest at 0x8E5B0d726b76ec5769350709B5Cb9b397105aAC7
    (did you add block explorer verification and API in @unlock-protocol/hardhat-helpers package ?)
  • ❌ Failed to check verification for contract Unlock at 0x74771a16f1571A0D68D01058E0a1A9C38b295D7d
    (did you add block explorer verification and API in @unlock-protocol/hardhat-helpers package ?)
  • ❌ Failed to check verification for contract onKeyPurchaseHook_PASSWORD at 0x246b87d54f3ad4d615cfb41d149222101bc87daD
    (did you add block explorer verification and API in @unlock-protocol/hardhat-helpers package ?)
  • ❌ Could not fetch Unlock source code from block explorer, undefined
  • ❌ Could not fetch PublicLock source code from block explorer, TypeError: Cannot destructure property 'urls' of 'chains.find(...)' as it is undefined.

Some additonal warnings :

  • ⚠️ Contract PublicLockPrevious is missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants