We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fc45e0 + 80c23c2 commit 169cf64Copy full SHA for 169cf64
apps/remix-ide/src/blockchain/blockchain.js
@@ -19,7 +19,7 @@ class Blockchain {
19
this.events = new EventEmitter()
20
this.config = config
21
const web3Runner = new TxRunnerWeb3({
22
- config: config,
+ config: this.config,
23
detectNetwork: (cb) => {
24
this.executionContext.detectNetwork(cb)
25
},
0 commit comments