Skip to content

Commit

Permalink
fix: rename to prov_call for disambiguation
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed May 28, 2024
1 parent 33fb629 commit b1496cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/provider/src/provider/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mod call;
pub use call::ProviderCall;

mod eth_call;
pub use eth_call::EthCall;

mod prov_call;
pub use prov_call::ProviderCall;

mod root;
pub use root::RootProvider;

Expand Down
File renamed without changes.

0 comments on commit b1496cb

Please sign in to comment.