ethers-rs/ethers-providers/tests/it/main.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
111 B
Rust
Raw Normal View History

2023-02-24 20:36:00 +00:00
#![cfg(not(target_arch = "wasm32"))]
mod provider;
mod txpool;
#[cfg(not(feature = "celo"))]
mod ws_errors;