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

An attempt to fix flaky zksync test #898

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

mmv08
Copy link
Member

@mmv08 mmv08 commented Jan 10, 2025

  • Upgraded several development dependencies related to Hardhat and zkSync:
    • @matterlabs/hardhat-zksync-deploy from ^1.5.0 to ^1.6.0
    • @matterlabs/hardhat-zksync-node from ^1.1.1 to ^1.2.1
    • @matterlabs/hardhat-zksync-verify from ^1.6.0 to ^1.7.1
    • zksync-ethers from 6.12.1 to 6.15.3
  • Refactored the test setup in SafeToL2Setup.spec.ts to retrieve the deployed contract instance using getContractAt instead of deploying a new instance, enhancing test reliability and efficiency.

mmv08 added 2 commits January 10, 2025 15:31
- Upgraded several development dependencies related to Hardhat and zkSync:
  - `@matterlabs/hardhat-zksync-deploy` from `^1.5.0` to `^1.6.0`
  - `@matterlabs/hardhat-zksync-node` from `^1.1.1` to `^1.2.1`
  - `@matterlabs/hardhat-zksync-verify` from `^1.6.0` to `^1.7.1`
  - `zksync-ethers` from `6.12.1` to `6.15.3`
- Refactored the test setup in `SafeToL2Setup.spec.ts` to retrieve the deployed contract instance using `getContractAt` instead of deploying a new instance, enhancing test reliability and efficiency.
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.

1 participant