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

Use name 'web3' when custom provider
pull/7/head
yann300 6 years ago committed by GitHub
commit 27a4ca1fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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