Skip to content

Commit faac6a9

Browse files
committed
fix: add shouldUseFakeGasEstimate to prevent default gas limit
1 parent 1561df5 commit faac6a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/test-utils/src/web3_wrapper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const txDefaults = {
1717
export const providerConfigs: Web3Config = {
1818
total_accounts: constants.NUM_TEST_ACCOUNTS,
1919
shouldUseInProcessGanache: true,
20+
shouldUseFakeGasEstimate: false,
2021
shouldAllowUnlimitedContractSize: true,
2122
hardfork: 'istanbul',
2223
gasLimit: 100e6,

0 commit comments

Comments
 (0)