aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/compiler.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/migrations/compiler.json')
-rw-r--r--packages/migrations/compiler.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/migrations/compiler.json b/packages/migrations/compiler.json
new file mode 100644
index 000000000..e1204b2d1
--- /dev/null
+++ b/packages/migrations/compiler.json
@@ -0,0 +1,28 @@
+{
+ "artifactsDir": "artifacts/1.0.0",
+ "contractsDir": "../contracts/src/contracts",
+ "contracts": [
+ "Exchange_v1",
+ "DummyERC20Token",
+ "ZRXToken",
+ "WETH9",
+ "TokenTransferProxy_v1",
+ "MultiSigWallet",
+ "MultiSigWalletWithTimeLock",
+ "MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress",
+ "TokenRegistry"
+ ],
+ "compilerSettings": {
+ "outputSelection": {
+ "*": {
+ "*": [
+ "abi",
+ "evm.bytecode.object",
+ "evm.bytecode.sourceMap",
+ "evm.deployedBytecode.object",
+ "evm.deployedBytecode.sourceMap"
+ ]
+ }
+ }
+ }
+}