From 239a90193b7674def37671afcadb38f72c5d7c65 Mon Sep 17 00:00:00 2001 From: Ethen Pociask Date: Fri, 22 Nov 2024 03:35:23 +0700 Subject: [PATCH] chore: Update L1BlobVerifier comment --- src/bridge/EigenDABlobVerifierL1.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bridge/EigenDABlobVerifierL1.sol b/src/bridge/EigenDABlobVerifierL1.sol index f29e3b6..8050bdf 100644 --- a/src/bridge/EigenDABlobVerifierL1.sol +++ b/src/bridge/EigenDABlobVerifierL1.sol @@ -19,7 +19,7 @@ contract EigenDABlobVerifierL1 is IRollupManager { EigenDARollupUtils.BlobVerificationProof calldata blobVerificationProof ) external view { /* - Verify that the certificate is less than 2 epochs old from the L1 reference block number + Verify that the certificate is less than 2 epochs old from the L1 confirmation block number This is to prevent timing attacks where the sequencer could submit an expired or close to expired certificate which could impact liveness of full nodes as well as the safety of the bridge */