You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would think that this is some kind of race condition occuring because L2 is being launched before the contracts deployment was completed but it seems that those are executed sequentially
ref #52
This is mostly related to https://github.com/paradigmxyz/optimism-package
Right now in some cases when launching the kurtosis package replica is not being able to load sequencer address from L1:
This results in CL syncing by reading batches from L1 until the point it tries to load sequencer address again:
Until CL founds a sequencer address the replica's EL is ~100 blocks behind the sequencer resulting in issues during testing
The text was updated successfully, but these errors were encountered: