Skip to content

Commit 6c4e7a6

Browse files
committed
cleanup
1 parent 23906e4 commit 6c4e7a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test_utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ use trevm::revm::{context::BlockEnv, context_interface::block::BlobExcessGasAndP
2323
pub fn setup_test_config() -> &'static BuilderConfig {
2424
crate::CONFIG.get_or_init(|| {
2525
BuilderConfig {
26-
// host_chain_id: signet_constants::pecorino::HOST_CHAIN_ID,
2726
host_rpc: "ws://host-rpc.pecorino.signet.sh"
2827
.parse::<BuiltInConnectionString>()
2928
.map(ProviderConfig::new)

0 commit comments

Comments
 (0)