Merge pull request #1268 from ethereum/yann300-patch-24

Use name 'web3' when custom provider
pull/5370/head
yann300 5 years ago committed by GitHub
commit 96a6a4e729
  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