matter-labs / foundry-zksync

Fork of Foundry tailored for zkSync environment
Apache License 2.0
299 stars 130 forks source link

fix: Add check in ZK create to check if it's the test contract #585

Closed Jrigada closed 1 month ago

Jrigada commented 1 month ago

Motivation

The motivation of this PR is to solve the issue 579 that raised that a script that was meant to fail was not when not passing an rpc-url or fork-url

Solution

Check wether we are dealing with the test contract to avoid deploying it in Zk-vm and later try to execute in EVM.