Skip to content

Commit

Permalink
update event name
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed Feb 6, 2025
1 parent 74bf569 commit 839a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function createConfig(indexerName: keyof typeof CONFIG): CheckpointConfig
abi: 'Schnaps',
events: [
{
name: 'PaymentReceived',
name: 'PaymentReceived(address,address,uint256,bytes)',
fn: 'handlePaymentReceived'
}
]
Expand Down

0 comments on commit 839a099

Please # to comment.