Skip to content

Commit

Permalink
feat: merge erc20 from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
phamphong9981 committed Jul 31, 2024
1 parent 12eb3d1 commit b8b0d72
Show file tree
Hide file tree
Showing 9 changed files with 1,936 additions and 603 deletions.
5 changes: 5 additions & 0 deletions src/services/evm/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ export const SERVICE = {
key: 'insertNewErc20Contracts',
path: 'v1.Erc20.insertNewErc20Contracts',
},
reindexing: {
key: 'reindexing',
path: 'v1.Erc20.reindexing',
},
},
Erc721: {
key: 'Erc721',
Expand Down Expand Up @@ -218,6 +222,7 @@ export const BULL_JOB_NAME = {
REFRESH_ERC721_STATS: 'refresh:erc721-stats',
REINDEX_ERC721: 'reindex:erc721',
HANDLE_SELF_DESTRUCT: 'handle:self-destruct',
REINDEX_ERC20: 'reindex:erc20',
};

export const MSG_TYPE = {
Expand Down
Loading

0 comments on commit b8b0d72

Please sign in to comment.