Skip to content

Commit

Permalink
feat: add job to BULL_JOB_NAME evm
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Nov 8, 2024
1 parent 46d7c46 commit 0c5ba0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/evm/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ export const BULL_JOB_NAME = {
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',
INSERT_ERC20_CONTRACT: 'job:insert-erc20-contract',
INSERT_ERC721_CONTRACT: 'job:insert-erc721-contract',
};

export const MSG_TYPE = {
Expand Down

0 comments on commit 0c5ba0e

Please sign in to comment.