update order-watcher to use new artifacts and abi-gen wrappers packages
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { devConstants } from '@0xproject/dev-utils';
|
||||
import { runV2MigrationsAsync } from '@0xproject/migrations';
|
||||
import { runMigrationsAsync } from '@0xproject/migrations';
|
||||
|
||||
import { provider } from './utils/web3_wrapper';
|
||||
|
||||
@@ -12,6 +12,5 @@ before('migrate contracts', async function(): Promise<void> {
|
||||
gas: devConstants.GAS_LIMIT,
|
||||
from: devConstants.TESTRPC_FIRST_ADDRESS,
|
||||
};
|
||||
const artifactsDir = `src/artifacts`;
|
||||
await runV2MigrationsAsync(provider, artifactsDir, txDefaults);
|
||||
await runMigrationsAsync(provider, txDefaults);
|
||||
});
|
||||
|
Reference in New Issue
Block a user