Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback for “Deposit flow” #1226

Open
brucexu-eth opened this issue Jan 7, 2025 · 1 comment
Open

Feedback for “Deposit flow” #1226

brucexu-eth opened this issue Jan 7, 2025 · 1 comment

Comments

@brucexu-eth
Copy link

https://docs.optimism.io/stack/transactions/deposit-flow

The step 5 seems not working:

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.

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.

@krofax
Copy link
Collaborator

krofax commented Jan 21, 2025

@brucexu-eth Thanks for catching this, we will take a look at the issues you started and update the tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants