@0x/contracts-test-utils
: web3Wrapper
is created with shouldAllowUnlimitedContractSize
if UNLIMITED_CONTRACT_SIZE
environment variable is set.
This commit is contained in:
@@ -44,6 +44,7 @@ const gethConfigs = {
|
||||
};
|
||||
const ganacheConfigs = {
|
||||
shouldUseInProcessGanache: true,
|
||||
shouldAllowUnlimitedContractSize: env.parseBoolean(EnvVars.UnlimitedContractSize),
|
||||
};
|
||||
const providerConfigs = testProvider === ProviderType.Ganache ? ganacheConfigs : gethConfigs;
|
||||
|
||||
|
Reference in New Issue
Block a user