Increase block gas limit

This commit is contained in:
Amir Bandeali
2018-05-22 09:57:03 -07:00
parent 822e319efe
commit 18ebed3c5d
2 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ export const web3Factory = {
}
provider.addProvider(
new GanacheSubprovider({
gasLimit: constants.GAS_ESTIMATE,
logger,
verbose: env.parseBoolean(EnvVars.VerboseGanache),
port: 8545,