add comment
This commit is contained in:
parent
4a173deb27
commit
626948774b
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user