Skip to content

Commit

Permalink
fix: Transfer event import path
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Dec 12, 2024
1 parent c852d65 commit fd6a69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraphs/protocol-reserve/src/mappings/token.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TokenConverterConfig } from '../../generated/schema';
import { Transfer } from '../../generated/templates/Token/ERC20';
import { Transfer } from '../../generated/templates/ERC20/ERC20';
import { getTokenConverter } from '../operations/get';

export function handleTransferIn(event: Transfer): void {
Expand Down

0 comments on commit fd6a69a

Please sign in to comment.