From 290540e952ca4bdd1851607f6c7efadde3a6d3ac Mon Sep 17 00:00:00 2001 From: pthmas <9058370+pthmas@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:55:15 +0100 Subject: [PATCH] fix: restore DA migration checksum --- backend/migrations/20240108000001_block_da_status.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/migrations/20240108000001_block_da_status.sql b/backend/migrations/20240108000001_block_da_status.sql index 5be2202..df6bd3f 100644 --- a/backend/migrations/20240108000001_block_da_status.sql +++ b/backend/migrations/20240108000001_block_da_status.sql @@ -1,5 +1,5 @@ -- Block DA (Data Availability) status for L2 chains using Celestia. --- Only populated when ENABLE_DA_TRACKING=true and the DA worker is running. +-- Only populated when EVNODE_URL is configured and the DA worker is running. -- -- The DA worker has two phases: -- 1. Backfill: discovers blocks missing from this table, queries ev-node, and INSERTs.