Skip to content

Commit

Permalink
feat: update constant job evm only
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Aug 5, 2024
1 parent 1922f4d commit ae3adee
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/services/evm/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,28 @@ export const BULL_JOB_NAME = {
HANDLE_ERC20_BALANCE: 'handle:erc20-balance',
EVM_CRAWL_INTERNAL_TX: 'crawl:crawl-internal-tx',
HANDLE_ERC721_ACTIVITY: 'handle:erc721-activity',
SYNC_SOURCIFY: 'sync:sourcify',
INSERT_VERIFY_BY_CODEHASH: 'job:insert-verify-by-codehash',
HANDLE_ERC721_MEDIA: 'handle:erc721-media',
HANDLE_ERC721_TOKEN_MEDIA: 'handle:erc721-token-media',
REFRESH_ERC721_STATS: 'refresh:erc721-stats',
REINDEX_ERC721: 'reindex:erc721',
SYNC_SOURCIFY: 'sync:sourcify',
CRAWL_EVM_BLOCK: 'crawl:evm-block',
JOB_CREATE_EVM_BLOCK_PARTITION: 'job:create-evm-block-partition',
JOB_CHECK_EVM_BLOCK_CONSTRAINT: 'job:check-need-create-evm-block-constraint',
JOB_CREATE_EVM_BLOCK_CONSTRAINT: 'job:create-evm-block-constraint',
CRAWL_EVM_TRANSACTION: 'crawl:evm-transaction',
CRAWL_EVM_ACCOUNT: 'crawl:evm-account',
HANDLE_DASHBOARD_EVM_STATISTICS: 'handle:dashboard-evm-statistics',
HANDLE_DAILY_EVM_STATS_JOBS: 'handle:daily-evm-stats-jobs',
CRAWL_DAILY_EVM_STATISTICS: 'crawl:daily-evm-statistics',
CRAWL_EVM_ACCOUNT_STATISTICS: 'crawl:evm-account-statistics',
HANDLE_TOP_EVM_ACCOUNT: 'handle:top-evm-account',
CRAWL_OPTIMISM_DEPOSIT: 'crawl:optimism-deposit',
HANDLE_OPTIMISM_WITHDRAWAL: 'handle:optimism-withdrawal',
CRAWL_OPTIMISM_WITHDRAWAL_EVENT_ON_L1:
'crawl:optimism-withdrawal-event-on-l1',
UPDATE_OPTIMISM_WITHDRAWAL_STATUS: 'handle:update-optimism-withdrawal-status',
INSERT_VERIFY_BY_CODEHASH: 'job:insert-verify-by-codehash',
HANDLE_SELF_DESTRUCT: 'handle:self-destruct',
REINDEX_ERC20: 'reindex:erc20',
};
Expand Down

0 comments on commit ae3adee

Please sign in to comment.