diff --git a/src/services/evm/job/update_account_id_in_evm_transaction.service.ts b/src/services/evm/job/update_account_id_in_evm_transaction.service.ts index 71743c5f4..ac101a9ed 100644 --- a/src/services/evm/job/update_account_id_in_evm_transaction.service.ts +++ b/src/services/evm/job/update_account_id_in_evm_transaction.service.ts @@ -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}`