Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
rebased against development
Browse files Browse the repository at this point in the history
  • Loading branch information
hysz committed Mar 12, 2019
1 parent 81270fe commit 5e62bde
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion contracts/asset-proxy/test/proxies.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { ERC1155MintableContract, Erc1155Wrapper } from '@0x/contracts-erc1155';
import {
artifacts as erc20Artifacts,
DummyERC20TokenContract,
Expand Down Expand Up @@ -28,9 +29,9 @@ import * as chai from 'chai';
import { LogWithDecodedArgs } from 'ethereum-types';
import * as _ from 'lodash';

import { Erc1155Wrapper } from '../../erc1155';
import {
artifacts,
ERC1155ProxyWrapper,
ERC20ProxyContract,
ERC20Wrapper,
ERC721ProxyContract,
Expand Down
2 changes: 1 addition & 1 deletion contracts/exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@0x/contracts-asset-proxy": "^1.0.9",
"@0x/contracts-erc20": "^1.0.9",
"@0x/contracts-erc721": "^1.0.9",
"@0x/contracts-erc1155": "^0.0.1",
"@0x/contracts-erc1155": "^1.0.0",
"@0x/contracts-exchange-libs": "^1.1.3",
"@0x/contracts-utils": "^2.0.8",
"@0x/order-utils": "^7.0.2",
Expand Down
3 changes: 0 additions & 3 deletions packages/order-utils/src/asset_data_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import {
ERC1155AssetDataNoProxyId,
ERC20AssetData,
ERC721AssetData,
ERC1155AssetData,
ERC1155AssetDataAbi,
ERC1155AssetDataNoProxyId,
MultiAssetData,
MultiAssetDataWithRecursiveDecoding,
SingleAssetData,
Expand Down
4 changes: 0 additions & 4 deletions packages/order-utils/test/asset_data_utils_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ describe('assetDataUtils', () => {
KNOWN_ERC1155_ENCODING.tokenAddress,
KNOWN_ERC1155_ENCODING.tokenIds,
KNOWN_ERC1155_ENCODING.tokenValues,
<<<<<<< HEAD
KNOWN_ERC1155_ENCODING.callbackData,
=======
KNOWN_ERC1155_ENCODING.callbackData
>>>>>>> 5bddc5795... ERC1155 Asset Data tests + types
);
expect(assetData).to.equal(KNOWN_ERC1155_ENCODING.assetData);
});
Expand Down

0 comments on commit 5e62bde

Please sign in to comment.