Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed May 2, 2024
1 parent d241a44 commit 7680f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ethereum/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ mod write_provider;

#[derive(Clone, Debug)]
pub struct Ethereum {
read_provider: Arc<ReadProvider>,
read_provider: Arc<ReadProvider>,
// Mapping of chain id to provider
secondary_read_providers: HashMap<u64, Arc<ReadProvider>>,
write_provider: Arc<WriteProvider>,
write_provider: Arc<WriteProvider>,
}

impl Ethereum {
Expand Down

0 comments on commit 7680f6b

Please sign in to comment.