Skip to content

Commit

Permalink
reverted back the configs to original config as per chain it varies (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 authored Mar 1, 2024
1 parent 7017471 commit 03dadb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/db/configuration/getConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ export const getConfiguration = async (): Promise<Config> => {
maxTxsToProcess: 30,
minedTxListenerCronSchedule: "*/5 * * * * *",
maxTxsToUpdate: 50,
retryTxListenerCronSchedule: "*/10 * * * * *",
minEllapsedBlocksBeforeRetry: 4,
retryTxListenerCronSchedule: "*/30 * * * * *",
minEllapsedBlocksBeforeRetry: 15,
maxFeePerGasForRetries: ethers.utils
.parseUnits("1000", "gwei")
.toString(),
Expand Down

0 comments on commit 03dadb3

Please sign in to comment.