matter-labs / foundry-zksync

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

test: add cast test to forge create test suite #553

Closed Jrigada closed 2 months ago

Jrigada commented 2 months ago

Motivation

We have a test casting a transaction between two contracts in zk-tests

Solution

Migrated the cast test and refactored the forge create tests with a new helper function to avoid duplicated code