We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23906e4 commit 6c4e7a6Copy full SHA for 6c4e7a6
src/test_utils.rs
@@ -23,7 +23,6 @@ use trevm::revm::{context::BlockEnv, context_interface::block::BlobExcessGasAndP
23
pub fn setup_test_config() -> &'static BuilderConfig {
24
crate::CONFIG.get_or_init(|| {
25
BuilderConfig {
26
- // host_chain_id: signet_constants::pecorino::HOST_CHAIN_ID,
27
host_rpc: "ws://host-rpc.pecorino.signet.sh"
28
.parse::<BuiltInConnectionString>()
29
.map(ProviderConfig::new)
0 commit comments