diff --git a/contracts/test-utils/src/web3_wrapper.ts b/contracts/test-utils/src/web3_wrapper.ts index 68669abfd8..a5f9c5dd5e 100644 --- a/contracts/test-utils/src/web3_wrapper.ts +++ b/contracts/test-utils/src/web3_wrapper.ts @@ -46,7 +46,7 @@ const gethConfigs = { }; const ganacheConfigs = { shouldUseInProcessGanache: true, - shouldAllowUnlimitedContractSize: env.parseBoolean(EnvVars.UnlimitedContractSize), + shouldAllowUnlimitedContractSize: true, }; const providerConfigs = testProvider === ProviderType.Ganache ? ganacheConfigs : gethConfigs;