diff --git a/packages/contract-artifacts/test/contract_artifacts_test.ts b/packages/contract-artifacts/test/contract_artifacts_test.ts index 4cd63cf81d..89690e6a29 100644 --- a/packages/contract-artifacts/test/contract_artifacts_test.ts +++ b/packages/contract-artifacts/test/contract_artifacts_test.ts @@ -9,6 +9,8 @@ import { FORBIDDEN_PROPERTIES, REQUIRED_PROPERTIES } from '../src/transform'; const expect = chai.expect; +// For pure functions, we use local EVM execution in `@0x/base-contract` instead +// of making an eth_call. This requires the `deployedBytecode` from compiler output. const CONTRACTS_WITH_PURE_FNS = [ // 'Coordinator', // missing deployedBytecode 'DevUtils',