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
In the op-e2e/actions/interop we can then instantiate the bindings per L2 chain.
And use them to run through executing messages between chains, similar to the system test, but in the action-test format, for a more controlled environment for debugging.
The text was updated successfully, but these errors were encountered:
The system interop tests currently have bindings to 3 contracts:
These bindings can be found here: https://github.com/ethereum-optimism/optimism/tree/develop/op-e2e/interop/contracts
We should move this whole package into a new
op-e2e/e2eutils/interop
package, so the bindings are available to the action tests.In the
op-e2e/actions/interop
we can then instantiate the bindings per L2 chain.And use them to run through executing messages between chains, similar to the system test, but in the action-test format, for a more controlled environment for debugging.
The text was updated successfully, but these errors were encountered: