Skip to content

Commit

Permalink
test: ported some tests from the old repo
Browse files Browse the repository at this point in the history
  • Loading branch information
adjisb committed Sep 26, 2023
1 parent 0c04ae9 commit 60bbfd2
Show file tree
Hide file tree
Showing 7 changed files with 675 additions and 61 deletions.
8 changes: 3 additions & 5 deletions packages/marketplace/test/exchange/Exchange.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@ import {expect} from 'chai';
import {deployFixtures} from '../fixtures';
import {loadFixture} from '@nomicfoundation/hardhat-network-helpers';
import {
AssetERC1155,
AssetERC20,
AssetERC721,
AssetERC1155,
AssetETH,
} from '../utils/assets.ts';

import {
hashKey,
hashOrder,
OrderDefault,
OrderBack,
UINT256_MAX_VALUE,
DEFAULT_ORDER_TYPE,
} from '../utils/order.ts';
import {getBytes, ZeroAddress} from 'ethers';
import {signOrder, signOrderBack} from '../utils/signature';
import {ZeroAddress} from 'ethers';
import {signOrder} from '../utils/signature';

describe('Exchange.sol', function () {
// TODO: Erase
Expand Down
Loading

0 comments on commit 60bbfd2

Please sign in to comment.