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
fix(l1): fix add_block preparation because of breaking changes in ethrex (chain_config) (#55)
**Description**
The attribute was made private in ethrex, so that broke ethrex-replay.
However, we should've used the function in the first place instead of
the attribute.
0 commit comments