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
Jeff reported that the invokeMessageCall() always fails during L1 to L2 ERC20 bridging.(The other way it works !!).
I recalled that we faced this issue during testing so we mocked the Bridge and InvokeMessageCall() in a way of directly calling the encoded function (in message.data).
Describe the bug
Jeff reported that the
invokeMessageCall()
always fails during L1 to L2 ERC20 bridging.(The other way it works !!).I recalled that we faced this issue during testing so we mocked the
Bridge
andInvokeMessageCall()
in a way of directly calling the encoded function (inmessage.data
).@dantaik Do you remember this convo ?
It seems it might not be a forge-foundry issue but how chain handles the deployments with the
new
keyword.As in A3, the deploymet was with
Create2Upgradeable
I'd go back to this:Steps to reproduce
Steps to reproduce here.
Additional context
Additional context here.
The text was updated successfully, but these errors were encountered: