Skip to content

Commit

Permalink
hotfix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mortimr committed Dec 14, 2023
1 parent 513e9af commit 931ea5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/shouldSkip.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ethereum } from '@graphprotocol/graph-ts';
import { dataSource, ethereum } from '@graphprotocol/graph-ts';

const skippedEvents: string[] = [
'0x27a0ee1a915df7730fd0fe096ad743159b26b7fd0c8514f80d78f2fc079e05cf_288_mainnet'.toLowerCase(), // SetDepositedEthers
Expand Down

0 comments on commit 931ea5a

Please sign in to comment.