Skip to content

Commit

Permalink
feat: add handle proxy history for eip 1167
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Jul 31, 2024
1 parent 5033f79 commit caaf4c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/evm/crawl_evm_proxy_history.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default class CrawlProxyContractEVMService extends BullableService {
EVMSmartContract.TYPES.PROXY_EIP_1967,
EVMSmartContract.TYPES.PROXY_EIP_1822,
EVMSmartContract.TYPES.PROXY_OPEN_ZEPPELIN_IMPLEMENTATION,
EVMSmartContract.TYPES.PROXY_EIP_1167,
]);

for (const evmEvent of evmEvents) {
Expand Down

0 comments on commit caaf4c2

Please sign in to comment.