Commit 70268e7
authored
An attempt to fix flaky zksync test (#898)
- 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.1 parent 7e760ef commit 70268e7
File tree
4 files changed
+1062
-977
lines changed- test/libraries
4 files changed
+1062
-977
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
0 commit comments