Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 721 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 721 Bytes

Test data generator for the era-zkevm_test_harness

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:

  1. Checkout era-contracts, and make sure to compile system-contracts
cd ../era-contracts && yarn sc build
  1. Generate predeployed_contracts_artifacts.json file
 SYSTEM_CONTRACTS_DIR=../anvil-zksync/contracts/system-contracts   yarn collect-system-contract
  1. Run
yarn build

The generated artifacts will be available in the test_artifacts/basic_test.json file.