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
The next step is to find the hash of the failed relay. The easiest way to do this is to look in the internal transactions of the destination contract, and select the latest one that appears as a failure. It should be a call to L2CrossDomainMessenger at address 0x420...007. This is the call you need to replay.
Not sure if it is caused by etherscan or something else.
btw, I got another question. In step 4, it says "The transaction will be successful on L1, but then emit a fail event on L2.", but seems "L1_RPC=https://sepolia.optimism.io", is the same as "export ETH_RPC_URL=https://sepolia.optimism.io". I am a bit confused, seems they are on the same chain? Can we simulate L1 and L2 on the same chain? Thanks.
The text was updated successfully, but these errors were encountered:
https://docs.optimism.io/stack/transactions/deposit-flow
The step 5 seems not working:
After opening the link: https://sepolia-optimism.etherscan.io/address/0xEF60cF6C6D0C1c755be104843bb72CDa3D778630#internaltx I cannot find the internal transactions, therefore, I cannot continue the test.
Not sure if it is caused by etherscan or something else.
btw, I got another question. In step 4, it says "The transaction will be successful on L1, but then emit a fail event on L2.", but seems "L1_RPC=https://sepolia.optimism.io", is the same as "export ETH_RPC_URL=https://sepolia.optimism.io". I am a bit confused, seems they are on the same chain? Can we simulate L1 and L2 on the same chain? Thanks.
The text was updated successfully, but these errors were encountered: