This repo generates the test artifacts for the basic test of the era-zkevm_test_harness repository.
To generate the test data do the following:
- Checkout era-contracts, and make sure to compile system-contracts
cd ../era-contracts && yarn sc build
- Generate
predeployed_contracts_artifacts.json
file
SYSTEM_CONTRACTS_DIR=../anvil-zksync/contracts/system-contracts yarn collect-system-contract
- Run
yarn build
The generated artifacts will be available in the test_artifacts/basic_test.json
file.