diff --git a/lib/app.js b/lib/app.js index 8f036ce..80b7047 100644 --- a/lib/app.js +++ b/lib/app.js @@ -125,7 +125,7 @@ class App { this.providerOptions.gasLimit = this.gasLimitString; this.providerOptions.allowUnlimitedContractSize = true; this.providerOptions.db = memdown(); - this.providerOptions.asyncRequestProcessing: true; + this.providerOptions.asyncRequestProcessing = true; // Try to launch provider and attach to vm step of // either plugin's ganache or a provider passed via options