mirror of https://github.com/embarklabs/embark.git
Merge pull request #544 from embark-framework/provider-package
use new npm package instead of fork
This commit is contained in:
commit
e615354fac
|
@ -1,6 +1,6 @@
|
|||
const ProviderEngine = require('web3-provider-engine');
|
||||
const RpcSubprovider = require('web3-provider-engine/subproviders/rpc');
|
||||
const WsSubprovider = require('web3-provider-engine/subproviders/websocket');
|
||||
const ProviderEngine = require('embark-web3-provider-engine');
|
||||
const RpcSubprovider = require('embark-web3-provider-engine/subproviders/rpc');
|
||||
const WsSubprovider = require('embark-web3-provider-engine/subproviders/websocket');
|
||||
const async = require('async');
|
||||
const AccountParser = require('./accountParser');
|
||||
const fundAccount = require('./fundAccount');
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -78,7 +78,7 @@
|
|||
"uuid": "^3.2.1",
|
||||
"viz.js": "^1.8.1",
|
||||
"web3": "1.0.0-beta.34",
|
||||
"web3-provider-engine": "git://github.com/jrainville/provider-engine.git#origin-fix",
|
||||
"embark-web3-provider-engine": "14.0.6",
|
||||
"webpack": "^3.10.0",
|
||||
"window-size": "^1.1.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue