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.