Unverified Commit 4e731331 authored by yann300's avatar yann300 Committed by GitHub

Use name 'web3' when custom provider

parent 8ebfea6e
...@@ -216,7 +216,7 @@ function ExecutionContext () { ...@@ -216,7 +216,7 @@ function ExecutionContext () {
if (this.customNetWorks[context]) { if (this.customNetWorks[context]) {
var provider = this.customNetWorks[context] var provider = this.customNetWorks[context]
setProviderFromEndpoint(provider.url, provider.name, () => { cb() }) setProviderFromEndpoint(provider.url, 'web3', () => { cb() })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment