Skip to content

Commit

Permalink
fix: update correct config in update account id
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Oct 7, 2024
1 parent 2f7cbf2 commit 68c294c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class UpdateAccountIdInEVMTransaction extends BullableService {
await BlockCheckpoint.getCheckpoint(
BULL_JOB_NAME.UPDATE_ACCOUNT_ID_IN_EVM_TX,
[BULL_JOB_NAME.CRAWL_EVM_ACCOUNT],
config.crawlEvmAccount.key
config.updateAccountIdInEVMTransaction.key
);
this.logger.info(
`Update account id in evm_transaction from block ${startBlock} to ${endBlock}`
Expand Down

0 comments on commit 68c294c

Please sign in to comment.