Use name 'web3' when custom provider

pull/5370/head
yann300 6 years ago committed by GitHub
parent 269d50fc77
commit 10ff4ddf8d
  1. 2
      remix-lib/src/execution/execution-context.js

@ -216,7 +216,7 @@ function ExecutionContext () {
if (this.customNetWorks[context]) {
var provider = this.customNetWorks[context]
setProviderFromEndpoint(provider.url, provider.name, () => { cb() })
setProviderFromEndpoint(provider.url, 'web3', () => { cb() })
}
}

Loading…
Cancel
Save