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

Adjustments to use existing deterministic deployment scripts #4

Merged
merged 3 commits into from
Jun 28, 2023

Conversation

rmeissner
Copy link
Collaborator

  • Use hardhat-deploy based on Allow deterministic support for zkSync wighawag/hardhat-deploy#463

    • Checkout https://github.com/rmeissner/hardhat-deploy/tree/zksync_deterministic
    • Set ethers version in package.json to 2.9.1 (no > or ^)
    • yarn install
    • yarn build
    • yarn link
  • Use yarn link "hardhat-deploy" in safe-contract repo folder

  • 0x08feB4fEb4530ea74E03036277a878e4c4290B8C is a singleton factory deployed on testnet

@rmeissner
Copy link
Collaborator Author

Hmm not sure why tests are failing, probably because I adjusted the deploy which is part of the test setup task, but not sure.

signedTx: info.transaction,
factory: "0x08feB4fEb4530ea74E03036277a878e4c4290B8C",
deployer: "<invalid>",
funding: "<invalid>",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like tests failed due to the missing funding value

@nick8319 nick8319 marked this pull request as ready for review June 28, 2023 18:18
@nick8319 nick8319 merged commit c8d2744 into 1.3.0-libs.0-zksync Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants