Fix import order
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { env, EnvVars } from '@0xproject/dev-utils';
|
||||
import { GanacheSubprovider, prependSubprovider } from '@0xproject/subproviders';
|
||||
import { logUtils, errorUtils } from '@0xproject/utils';
|
||||
import { errorUtils, logUtils } from '@0xproject/utils';
|
||||
import { Web3Wrapper } from '@0xproject/web3-wrapper';
|
||||
import * as fs from 'fs';
|
||||
import ProviderEngine = require('web3-provider-engine');
|
||||
|
||||
Reference in New Issue
Block a user