mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
* test(net): add Testnet implementation for testing * test(net): add testnet type and test
6 lines
60 B
Rust
6 lines
60 B
Rust
mod connect;
|
|
mod testnet;
|
|
pub use testnet::*;
|
|
|
|
fn main() {}
|