add comment

This commit is contained in:
xianny 2019-09-25 11:01:30 -07:00
parent 4a173deb27
commit 626948774b

View File

@ -9,6 +9,8 @@ import { FORBIDDEN_PROPERTIES, REQUIRED_PROPERTIES } from '../src/transform';
const expect = chai.expect; 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 = [ const CONTRACTS_WITH_PURE_FNS = [
// 'Coordinator', // missing deployedBytecode // 'Coordinator', // missing deployedBytecode
'DevUtils', 'DevUtils',