@0x/contracts-exchange-libs: Add takerFeeAssetData and makerFeeAssetData to Order struct.

This commit is contained in:
Lawrence Forman
2019-05-09 15:46:09 -04:00
committed by Amir Bandeali
parent a5f4478e20
commit 7cb6795d40
4 changed files with 26 additions and 71 deletions

View File

@@ -18,6 +18,5 @@ export const artifacts = {
LibMath: LibMath as ContractArtifact,
LibOrder: LibOrder as ContractArtifact,
LibZeroExTransaction: LibZeroExTransaction as ContractArtifact,
LibEIP712ExchangeDomain: LibEIP712ExchangeDomain as ContractArtifact,
TestLibs: TestLibs as ContractArtifact,
};