Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Mar 15, 2024
1 parent 27b5c1f commit 2f46909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ cargo run --example mnemonic_signer
- [ ] UniswapV2 pair
- [ ] Transactions
- [x] Subscriptions
- [x] [Watch blocks](./examples/subscriptions/examples/watch_blocks.rs)
- [x] [Watch logs](./examples/subscriptions/examples/watch_logs.rs)
- [x] [Subscribe and watch blocks](./examples/subscriptions/examples/subscribe_blocks.rs)
- [x] [Subscribe contract events and watch logs](./examples/subscriptions/examples/watch_contract_event.rs)
- [ ] Transactions
- [ ] Call override
- [ ] Create raw transaction
Expand Down
2 changes: 1 addition & 1 deletion examples/subscriptions/examples/watch_contract_event.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Example of subscribing to contract events and watching contract events.
//! Example of subscribing to contract events and watching logs.
use alloy_network::Ethereum;
use alloy_node_bindings::{Anvil, AnvilInstance};
Expand Down

0 comments on commit 2f46909

Please sign in to comment.