6c02722f5
a7fc9caac
75a51af00
1ff34bd0f
1
2
3 4
5
6
7 8
import { web3Factory } from '@0xproject/dev-utils'; import { Provider } from 'ethereum-types'; import * as Web3 from 'web3'; const providerConfigs = { shouldUseInProcessGanache: true }; const provider: Provider = web3Factory.getRpcProvider(providerConfigs); export { provider };