Allow unlimited contract sizes by default
This commit is contained in:
parent
406a78a11a
commit
8231e7703e
@ -46,7 +46,7 @@ const gethConfigs = {
|
|||||||
};
|
};
|
||||||
const ganacheConfigs = {
|
const ganacheConfigs = {
|
||||||
shouldUseInProcessGanache: true,
|
shouldUseInProcessGanache: true,
|
||||||
shouldAllowUnlimitedContractSize: env.parseBoolean(EnvVars.UnlimitedContractSize),
|
shouldAllowUnlimitedContractSize: true,
|
||||||
};
|
};
|
||||||
const providerConfigs = testProvider === ProviderType.Ganache ? ganacheConfigs : gethConfigs;
|
const providerConfigs = testProvider === ProviderType.Ganache ? ganacheConfigs : gethConfigs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user