From 68c294cc3f993eaf7440e916a45f975c9baa60b2 Mon Sep 17 00:00:00 2001 From: fibonacci998 Date: Mon, 7 Oct 2024 17:02:47 +0700 Subject: [PATCH] fix: update correct config in update account id --- .../evm/job/update_account_id_in_evm_transaction.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`