[General] How do I get L1 finalize block count #341
Replies: 2 comments 1 reply
-
first get blocknumber from hash(etherscan/eth_getTransactionReceipt) resource:https://docs.optimism.io/builders/app-developers/transactions/statuses#finalized
|
Beta Was this translation helpful? Give feedback.
-
@imtipi your answer is correct, but it does not cover the case when you want to count L1 confirmations of L2 transaction. |
Beta Was this translation helpful? Give feedback.
-
Discussion Topic
Hello,
What I want to do is quite like this: Binance will acknowledge the deposit when there is 64 block confirmations on L1.
So how do I check how many block is finalized on L1 from a L2 transaction?
Thank.
Beta Was this translation helpful? Give feedback.
All reactions