Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaplan13 committed Jun 6, 2024
1 parent 2c456c5 commit eab5cdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ contract MyEventImporter is EventImporter {
{
require(eventInfo.blockchainID == sourceBlockchainID);
require(eventInfo.log.loggerAddress = emitterContract)
// Custom logic here
// ....
}
}
Expand Down

0 comments on commit eab5cdf

Please sign in to comment.