Reduce solidity compiler optimizer runs...
...in order to accomodate now-too-big contract TestERC20BridgeSampler, which imports the recently-added-to NativeOrderSampler.sol. Fixes test failing like: 1) erc20-bridge-sampler "before all" hook in "erc20-bridge-sampler": RuntimeError: VM Exception while processing transaction: out of gas
This commit is contained in:
parent
2cf31f05a1
commit
c969a8652a
@ -8,7 +8,7 @@
|
||||
"evmVersion": "istanbul",
|
||||
"optimizer": {
|
||||
"enabled": true,
|
||||
"runs": 1000000,
|
||||
"runs": 62500,
|
||||
"details": { "yul": true, "deduplicate": true, "cse": true, "constantOptimizer": true }
|
||||
},
|
||||
"outputSelection": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user