Skip to content

Commit

Permalink
feat: add timeout to callTracer in internal tx evm
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Sep 4, 2024
1 parent e007520 commit 6012fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/evm/evm_crawl_internal_tx.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default class EvmCrawlInternalTxService extends BullableService {
`0x${evmBlock.height.toString(16)}`,
{
tracer: 'callTracer',
timeout: config.evmCrawlInternalTx.timeoutJSONRPC,
},
],
})
Expand Down

0 comments on commit 6012fe3

Please sign in to comment.