@0x:contracts-integrations
Fixed naming collision of fee recipients
This commit is contained in:
parent
b58cbca61a
commit
5428a19617
@ -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,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user