diff options
Diffstat (limited to 'packages/migrations/compiler.json')
-rw-r--r-- | packages/migrations/compiler.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/packages/migrations/compiler.json b/packages/migrations/compiler.json index 0d126f4b6..a4f97b746 100644 --- a/packages/migrations/compiler.json +++ b/packages/migrations/compiler.json @@ -16,5 +16,18 @@ "Arbitrage", "EtherDelta", "AccountLevels" - ] + ], + "compilerSettings": { + "outputSelection": { + "*": { + "*": [ + "abi", + "evm.bytecode.object", + "evm.bytecode.sourceMap", + "evm.deployedBytecode.object", + "evm.deployedBytecode.sourceMap" + ] + } + } + } } |