diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-06-22 02:06:53 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-06-22 02:06:53 +0800 |
commit | 8e2c0bb97758a978f704ad8aea916cbfe43abc16 (patch) | |
tree | d0a49d1e2daf720deea5bbb749a4184518038ee3 /packages/contracts/compiler.json | |
parent | c34897036e8cf896e6d0b3c7733ed9c739921f74 (diff) | |
parent | 88500e37146dc9152050fdd810f9f3c3cc5faf9f (diff) | |
download | dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar.gz dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar.bz2 dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar.lz dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar.xz dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar.zst dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.zip |
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/website/mobile-friendly-onboarding
Diffstat (limited to 'packages/contracts/compiler.json')
-rw-r--r-- | packages/contracts/compiler.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/contracts/compiler.json b/packages/contracts/compiler.json index a5cfa8761..fa7ede817 100644 --- a/packages/contracts/compiler.json +++ b/packages/contracts/compiler.json @@ -36,6 +36,8 @@ "TestLibMem", "TestLibs", "TestSignatureValidator", + "TestValidator", + "TestWallet", "TokenRegistry", "Whitelist", "WETH9", |