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