Stop using directory level exports
This commit is contained in:
parent
86b76a3e75
commit
e07f7b54e0
@ -1,3 +1,6 @@
|
||||
export * from './artifacts';
|
||||
export * from './wrappers';
|
||||
export * from '../test/utils';
|
||||
|
||||
export { ERC20Wrapper } from '../test/utils/erc20_wrapper';
|
||||
export { ERC721Wrapper } from '../test/utils/erc721_wrapper';
|
||||
export { ERC1155ProxyWrapper } from '../test/utils/erc1155_proxy_wrapper';
|
||||
|
@ -1,3 +1,4 @@
|
||||
export * from './artifacts';
|
||||
export * from './wrappers';
|
||||
export * from '../test/utils';
|
||||
export { ApprovalFactory } from '../test/utils/approval_factory';
|
||||
export { SignedCoordinatorApproval } from '../test/utils/types';
|
||||
|
@ -1,4 +1,6 @@
|
||||
export * from './artifacts';
|
||||
export * from './wrappers';
|
||||
export * from '../test/balance_stores';
|
||||
export { BlockchainBalanceStore } from '../test/balance_stores/blockchain_balance_store';
|
||||
export { LocalBalanceStore } from '../test/balance_stores/local_balance_store';
|
||||
export { TokenOwnersByName } from '../test/balance_stores/types';
|
||||
export * from '../test/utils/exchange_data_encoder';
|
||||
|
@ -1,3 +1,2 @@
|
||||
export * from './artifacts';
|
||||
export * from './wrappers';
|
||||
export * from '../test/utils';
|
||||
|
@ -1,3 +1,2 @@
|
||||
export * from './artifacts';
|
||||
export * from './wrappers';
|
||||
export * from '../test/utils';
|
||||
|
@ -1,4 +1,4 @@
|
||||
export * from './wrappers';
|
||||
export * from './artifacts';
|
||||
export { constants } from '../test/utils/constants';
|
||||
export * from '../test/utils/types';
|
||||
export { StakeInfo, StakeStatus } from '../test/utils/types';
|
||||
|
Loading…
x
Reference in New Issue
Block a user