From 5edd88483462e6abf33c5172d3b712fd2eeb144f Mon Sep 17 00:00:00 2001 From: fibonacci998 Date: Thu, 3 Oct 2024 14:20:06 +0700 Subject: [PATCH] feat: update constants evm --- src/services/evm/constant.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/evm/constant.ts b/src/services/evm/constant.ts index 361226e4c..50fe28bc9 100644 --- a/src/services/evm/constant.ts +++ b/src/services/evm/constant.ts @@ -251,6 +251,7 @@ export const BULL_JOB_NAME = { CRAWL_EVM_ACCOUNT_PUBKEY: 'crawl:evm-account-pubkey', UPDATE_EVM_ASSETS: 'update:evm-assets', CRAWL_EVM_ACCOUNT_BALANCE_NONCE: 'crawl:evm-account-balance-nonce', + UPDATE_ACCOUNT_ID_IN_EVM_TX: 'update:account-id-in-evm-tx', }; export const MSG_TYPE = {