File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ index a633cf3..1c398bb 100644
1010+ gasEstimateMethod: 'replayEngine', //serviceValidator or replayEngine or validator
1111 gasEstimateInvalidationIntervalInMs: 1000 * 60 * 60 * 2, // 2 hours
1212 gasEstimateUseCache: false,
13- - staticGasEstimate: process.env.STATIC_GAS_ESTIMATE || '0x5B8D80', // comment out rather than delete this line
14- + staticGasEstimate: '0x2DC6C0', // comment out rather than delete this line
13+ - staticGasEstimate: process.env.STATIC_GAS_ESTIMATE,
14+ + staticGasEstimate: '0x2DC6C0',
1515 defaultRequestTimeout: {
1616 default: 2000,
1717 contract: 7000,
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ export const CONFIG: Config = {
165165 gasEstimateMethod : process . env . GAS_ESTIMATE_METHOD || 'serviceValidator' , //serviceValidator or replayEngine or validator
166166 gasEstimateInvalidationIntervalInMs : 1000 * 60 * 60 * 2 , // 2 hours
167167 gasEstimateUseCache : false ,
168- staticGasEstimate : process . env . STATIC_GAS_ESTIMATE || '0x5B8D80' , // comment out rather than delete this line
168+ staticGasEstimate : process . env . STATIC_GAS_ESTIMATE ,
169169 defaultRequestTimeout : {
170170 default : 2000 ,
171171 contract : 7000 ,
You can’t perform that action at this time.
0 commit comments