Skip to content

Commit

Permalink
Merge pull request #49 from feritarslan/feritarslan-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ArtemKo7v committed Dec 8, 2022
2 parents 632ec3b + 167fa74 commit e35add5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ monitorApp.init([
'0x0000000000000000000000000000000000000001',
'0x0000000000000000000000000000000000000002',
'0x0000000000000000000000000000000000000003'
]).then(() => monitorApp.watch((data) => console.log(data));
]).then(() => monitorApp.watch((data) => console.log(data)));
```

Voila, now we can get and process all the new transactions and ERC-20 operations for the specified addresses using just a single npm library and Node.js.
Expand Down

0 comments on commit e35add5

Please sign in to comment.