@0x:contracts-integrations Fixed naming collision of fee recipients

This commit is contained in:
Alex Towle 2019-11-14 13:57:35 -08:00
parent b58cbca61a
commit 5428a19617
2 changed files with 2 additions and 3 deletions

View File

@ -54,7 +54,7 @@ blockchainTests.resets('matchOrders integration tests', env => {
deployment, deployment,
}); });
feeRecipientRight = new Actor({ feeRecipientRight = new Actor({
name: 'left fee recipient', name: 'right fee recipient',
deployment, deployment,
}); });

View File

@ -1,5 +1,4 @@
import { IAssetDataContract } from '@0x/contracts-asset-proxy'; import { BlockchainBalanceStore, LocalBalanceStore } from '@0x/contracts-exchange';
import { BlockchainBalanceStore, ExchangeContract, LocalBalanceStore } from '@0x/contracts-exchange';
import { constants, expect, OrderStatus } from '@0x/contracts-test-utils'; import { constants, expect, OrderStatus } from '@0x/contracts-test-utils';
import { orderHashUtils } from '@0x/order-utils'; import { orderHashUtils } from '@0x/order-utils';
import { BatchMatchedFillResults, FillResults, MatchedFillResults, SignedOrder } from '@0x/types'; import { BatchMatchedFillResults, FillResults, MatchedFillResults, SignedOrder } from '@0x/types';