renamed to asset-swapper

This commit is contained in:
David Sun
2019-07-10 15:24:38 -07:00
parent 1e2170f8bb
commit 1a5b8041c7
38 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
import { web3Factory } from '@0x/dev-utils';
import { Web3ProviderEngine } from '@0x/subproviders';
import { Web3Wrapper } from '@0x/web3-wrapper';
const provider: Web3ProviderEngine = web3Factory.getRpcProvider({ shouldUseInProcessGanache: true });
const web3Wrapper = new Web3Wrapper(provider);
export { provider, web3Wrapper };