Skip to content

Commit

Permalink
fix: reduce gasPriceMultiplier (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras authored Feb 22, 2023
1 parent 16c42a8 commit 5d3c339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const defaultBaseReporterConfig: BaseReporterConfigSubset = {
circuitBreakerPriceChangeThresholdMin: new BigNumber(0.15), // 15%
circuitBreakerPriceChangeThresholdTimeMultiplier: new BigNumber(0.0075),
circuitBreakerDurationTimeMs: 20 * 60 * 1000, // 20 minutes.
gasPriceMultiplier: new BigNumber(5),
gasPriceMultiplier: new BigNumber(1.5),
transactionRetryLimit: 3,
transactionRetryGasPriceMultiplier: new BigNumber(0.1),
unusedOracleAddresses: [],
Expand Down

0 comments on commit 5d3c339

Please sign in to comment.