matter-labs / foundry-zksync

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

test: Migrate forge create tests to cargo #551

Closed Jrigada closed 2 months ago

Jrigada commented 2 months ago

Motivation

We use zk-tests to run forge create tests

Solution

Migrated both the ERC20 and TokenReceiver contracts to /testdata and added tests for their deployments.