Introduce publicFacingContracts config in all package.jsons, refactor all imports from src in contracts packages
This commit is contained in:
@@ -3,14 +3,14 @@ import { StakingRevertErrors } from '@0x/order-utils';
|
||||
import { BigNumber } from '@0x/utils';
|
||||
import { LogWithDecodedArgs } from 'ethereum-types';
|
||||
|
||||
import { constants as stakingConstants } from '../utils/constants';
|
||||
|
||||
import { artifacts } from '../artifacts';
|
||||
import {
|
||||
artifacts,
|
||||
TestMixinSchedulerContract,
|
||||
TestMixinSchedulerEvents,
|
||||
TestMixinSchedulerGoToNextEpochTestInfoEventArgs,
|
||||
} from '../../src';
|
||||
|
||||
import { constants as stakingConstants } from '../utils/constants';
|
||||
} from '../wrappers';
|
||||
|
||||
blockchainTests.resets('MixinScheduler unit tests', env => {
|
||||
let testContract: TestMixinSchedulerContract;
|
||||
|
Reference in New Issue
Block a user