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:
- Generate
predeployed_contracts_artifacts.json
file in theera-contracts
repository
yarn sc generate-test-harness-artifacts
-
Replace the
predeployed_contracts_artifacts.json
file in the root of this repo with the file generated insystem-contracts/predeployed_contracts_artifacts.json
-
Run
yarn build
The generated artifacts will be available in the test_artifacts/basic_test.json
file.