Simulate maker transfer in order validation

This commit is contained in:
Jacob Evans
2019-03-19 16:45:11 +01:00
parent 0beb2f9d3c
commit 9164d58dc7
11 changed files with 912 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ import * as ERC721Proxy from '../artifacts/ERC721Proxy.json';
import * as ERC721Token from '../artifacts/ERC721Token.json';
import * as Exchange from '../artifacts/Exchange.json';
import * as Forwarder from '../artifacts/Forwarder.json';
import * as IAssetProxy from '../artifacts/IAssetProxy.json';
import * as IValidator from '../artifacts/IValidator.json';
import * as IWallet from '../artifacts/IWallet.json';
import * as MultiAssetProxy from '../artifacts/MultiAssetProxy.json';
@@ -28,6 +29,7 @@ export {
ERC721Token,
Exchange,
Forwarder,
IAssetProxy,
IValidator,
IWallet,
MultiAssetProxy,