diff --git a/src/ethereum/mod.rs b/src/ethereum/mod.rs index 06c41771..e93bbb8f 100644 --- a/src/ethereum/mod.rs +++ b/src/ethereum/mod.rs @@ -19,10 +19,10 @@ mod write_provider; #[derive(Clone, Debug)] pub struct Ethereum { - read_provider: Arc, + read_provider: Arc, // Mapping of chain id to provider secondary_read_providers: HashMap>, - write_provider: Arc, + write_provider: Arc, } impl Ethereum {