Skip to content

Commit

Permalink
import GenesisAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Dec 28, 2022
1 parent efd19f8 commit 9e3d39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/network/tests/it/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use super::testnet::Testnet;
use enr::{k256::ecdsa::SigningKey, Enr, EnrPublicKey};
use ethers_core::{
types::Address,
utils::{ChainConfig, CliqueConfig, Genesis, Geth},
utils::{ChainConfig, CliqueConfig, Genesis, GenesisAccount, Geth},
};
use ethers_providers::{Http, Middleware, Provider};
use futures::StreamExt;
Expand Down

0 comments on commit 9e3d39f

Please sign in to comment.