We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e580bf commit de39180Copy full SHA for de39180
test_apps/test_app/extensions/embark-service/index.js
@@ -31,6 +31,7 @@ module.exports = function (embark) {
31
cb();
32
});
33
34
+ // NOTE: uncommenting this will make dappConnection stop working
35
//embark.registerClientWeb3Provider(function(options) {
36
// return "web3 = new Web3(new Web3.providers.HttpProvider('http://" + options.rpcHost + ":" + options.rpcPort + "'));";
37
//});
0 commit comments