Replies: 1 comment
-
this is resolved now, thanks (took a while to recover but we good) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Testnet
Provide a brief description of the functionality you're trying to implement.
Here is an example of a Sepolia transaction to request L2 ETH: https://sepolia.etherscan.io/tx/0xfc6efb034f91115563ef2a39d952f35d520f636ca06a41480cb92ad2a029d91e
Looking at the explorer for this account, you will see the ETH was not deposited https://sepolia.explorer.zksync.io/address/0xDF31bF0323A852B6Df2a69fc48b7AEF897c763E9
What is the specific issue or error you're encountering?
ETH locked on L1 are not deposited to the same address on L2. Noticed this for transactions with contract https://sepolia.etherscan.io/address/0x9a6de0f62aa270a8bcb1e2610078650d539b1ef9 in the past 2h
Can you share the error messages or logs you're receiving, if any?
no error received
Have you made any recent changes to the contract before encountering this issue?
no
Are there any external libraries or contracts that your contract interacts with?
no
Can you provide the relevant portions of your contract code where the issue is occurring?
n/a
Have you tried to isolate the problem, and if so, what were the results?
I have found a timeframe where it seems those transactions have not been processed on the L2
What steps have you already taken to try to resolve the issue?
n/a
Repo Link (Optional)
No response
Additional Details
No response
Beta Was this translation helpful? Give feedback.
All reactions