Skip to content

Commit

Permalink
feat: evm proxy history support beacon 1967
Browse files Browse the repository at this point in the history
  • Loading branch information
phamphong9981 committed Sep 9, 2024
1 parent b063b30 commit 35bd353
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 @@ -81,6 +81,7 @@ export default class CrawlProxyContractEVMService extends BullableService {
EVMSmartContract.TYPES.PROXY_EIP_1822,
EVMSmartContract.TYPES.PROXY_OPEN_ZEPPELIN_IMPLEMENTATION,
EVMSmartContract.TYPES.PROXY_EIP_1167,
EVMSmartContract.TYPES.PROXY_EIP_1967_BEACON,
])
.select('address');
const distictAddresses = _.uniq(evmEvents.map((e) => e.address));
Expand Down

0 comments on commit 35bd353

Please sign in to comment.