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
Previously there were two profiles - current and legacy.
In #117 these profiles were removed, but the legacy containers were kept
Was this intended? I assumed when removing the profiles you actually wanted to remove legacy so only the current containers were run. As now the container l2geth runs which isn't needed to run the stack (it's only needed for pre-bedrock Optimism right?)
The text was updated successfully, but these errors were encountered:
It should automatically exit in case it's not needed (New OP chains or OP_GETH__HISTORICAL_RPC is configured).
if [ "$NETWORK_NAME"!="op-mainnet" ];thenecho"Stopping l2geth for a non op-mainnet chain"exitfiif [ -n"${OP_GETH__HISTORICAL_RPC+x}" ];thenecho"Stopping l2geth for using an external historical RPC"exitfi
Previously there were two profiles - current and legacy.
In #117 these profiles were removed, but the legacy containers were kept
Was this intended? I assumed when removing the profiles you actually wanted to remove legacy so only the current containers were run. As now the container l2geth runs which isn't needed to run the stack (it's only needed for pre-bedrock Optimism right?)
The text was updated successfully, but these errors were encountered: