diff --git a/apps/remix-ide/src/blockchain/blockchain.js b/apps/remix-ide/src/blockchain/blockchain.js index 2b156e2a9b..0ef7a888d4 100644 --- a/apps/remix-ide/src/blockchain/blockchain.js +++ b/apps/remix-ide/src/blockchain/blockchain.js @@ -19,7 +19,7 @@ class Blockchain { this.events = new EventEmitter() this.config = config const web3Runner = new TxRunnerWeb3({ - config: config, + config: this.config, detectNetwork: (cb) => { this.executionContext.detectNetwork(cb) },