Use name 'web3' when custom provider

pull/7/head
yann300 6 years ago committed by GitHub
parent 8ebfea6e6f
commit 4e7313317f
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