Skip to content

Commit

Permalink
Update data availability
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 28, 2024
1 parent 083ddb1 commit cbe3a05
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ tables:
networks:
mainnet:
from: "2023-09-05"
to: "2024-03-24"
to: "2024-03-25"
holesky:
from: "2023-12-25"
to: "2024-03-24"
to: "2024-03-25"
sepolia:
from: "2023-12-24"
to: "2024-03-24"
to: "2024-03-25"
quirks: >-
Sometimes sentries may [publish different committees](https://github.com/ethpandaops/xatu/issues/288) for the same epoch.
- name: beacon_api_eth_v1_events_attestation
Expand All @@ -22,133 +22,133 @@ tables:
networks:
mainnet:
from: "2023-12-25"
to: "2024-03-24"
to: "2024-03-25"
holesky:
from: "2023-09-29"
to: "2024-03-24"
to: "2024-03-25"
sepolia:
from: "2023-09-01"
to: "2024-03-24"
to: "2024-03-25"
- name: beacon_api_eth_v1_events_blob_sidecar
database: default
excluded_columns: []
hourly_partitioning: false
networks:
mainnet:
from: "2023-04-10"
to: "2024-03-24"
to: "2024-03-25"
holesky:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
sepolia:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
- name: beacon_api_eth_v1_events_block
database: default
excluded_columns: []
hourly_partitioning: false
networks:
mainnet:
from: "2023-04-10"
to: "2024-03-24"
to: "2024-03-25"
holesky:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
sepolia:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
- name: beacon_api_eth_v1_events_chain_reorg
database: default
excluded_columns: []
hourly_partitioning: false
networks:
mainnet:
from: "2023-04-10"
to: "2024-03-24"
to: "2024-03-25"
holesky:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
sepolia:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
- name: beacon_api_eth_v1_events_contribution_and_proof
database: default
excluded_columns: []
hourly_partitioning: false
networks:
mainnet:
from: "2023-04-10"
to: "2024-03-24"
to: "2024-03-25"
holesky:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
sepolia:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
- name: beacon_api_eth_v1_events_finalized_checkpoint
database: default
excluded_columns: []
hourly_partitioning: false
networks:
mainnet:
from: "2023-04-10"
to: "2024-03-24"
to: "2024-03-25"
holesky:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
sepolia:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
- name: beacon_api_eth_v1_events_head
database: default
excluded_columns: []
hourly_partitioning: false
networks:
mainnet:
from: "2023-04-10"
to: "2024-03-24"
to: "2024-03-25"
holesky:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
sepolia:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
- name: beacon_api_eth_v1_events_voluntary_exit
database: default
excluded_columns: []
hourly_partitioning: false
networks:
mainnet:
from: "2023-04-10"
to: "2024-03-24"
to: "2024-03-25"
- name: beacon_api_eth_v1_validator_attestation_data
database: default
excluded_columns: []
hourly_partitioning: false
networks:
mainnet:
from: "2023-04-10"
to: "2024-03-24"
to: "2024-03-25"
holesky:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
sepolia:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
- name: beacon_api_eth_v2_beacon_block
database: default
excluded_columns: []
hourly_partitioning: false
networks:
mainnet:
from: "2023-04-10"
to: "2024-03-24"
to: "2024-03-25"
holesky:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
sepolia:
from: "2023-03-26"
to: "2024-03-25"
to: "2024-03-26"
- name: mempool_transaction
database: default
excluded_columns: []
Expand Down

0 comments on commit cbe3a05

Please sign in to comment.