Skip to content

Commit

Permalink
Merge pull request #209 from VenusProtocol/add-codegen
Browse files Browse the repository at this point in the history
fix: Transfer event import path
  • Loading branch information
coreyar authored Dec 12, 2024
2 parents c852d65 + fd6a69a commit 00ceb76
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 00ceb76

Please sign in to comment.