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 a64812f commit 02bbc3eCopy full SHA for 02bbc3e
crates/node/tests/e2e.rs
@@ -1573,7 +1573,7 @@ async fn signer_rotation() -> eyre::Result<()> {
1573
.with_consensus_system_contract(signer_1_address)
1574
.with_signer(signer_1)
1575
.with_sequencer_auto_start(true)
1576
- .with_eth_scroll_bridge(true)
+ .with_eth_scroll_bridge(false)
1577
.block_time(40)
1578
.build()
1579
.await?;
@@ -1584,7 +1584,7 @@ async fn signer_rotation() -> eyre::Result<()> {
1584
1585
.with_signer(signer_2)
1586
1587
1588
1589
1590
0 commit comments