Skip to content

Commit

Permalink
SignerFiller -> WalletFiller
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Jun 13, 2024
1 parent 61f7f3a commit ab89390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This repository contains the following examples:
- [x] [Gas estimation filler](./examples/fillers/examples/gas_filler.rs)
- [x] [Nonce management filler](./examples/fillers/examples/nonce_filler.rs)
- [x] [Recommended fillers](./examples/fillers/examples/recommended_fillers.rs)
- [x] [Signer management filler](./examples/fillers/examples/signer_filler.rs)
- [x] [Wallet management filler](./examples/fillers/examples/wallet_filler.rs)
- [x] Primitives
- [x] [Bytes and address types](./examples/primitives/examples/bytes_and_address_types.rs)
- [x] [Hashing functions](./examples/primitives/examples/hashing_functions.rs)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Example of using the `SignerFiller` in the provider.
//! Example of using the `WalletFiller` in the provider.
use alloy::{
network::{EthereumWallet, TransactionBuilder},
Expand Down

0 comments on commit ab89390

Please sign in to comment.